databricks-cli/integration/cmd
Anton Nekipelov bcce6b0ece
Enable TestAuthDescribeFailure integration test (#2420)
## Changes
1. remove t.Skip directive from TestAuthDescribeFailure integration test
2. remove checking the host in the test

## Why
1. This enables integration test that exercises `databricks auth
describe` command, which was previously throwing errors in the CI/CD
pipeline. For the nonexistent profile check to fail, we need to create a
new profile file for the CLI to check (otherwise the configuration skips
checking of the provided profile actually exists).
2. I removed the assertion for the host part because it is not relevant
for the test, and setting that up just required more code in the test
setup.

## Tests
The integration test is passing
2025-03-04 11:43:26 +00:00
..
alerts Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
api Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
auth Enable TestAuthDescribeFailure integration test (#2420) 2025-03-04 11:43:26 +00:00
clusters Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
fs Enable linter 'copyloopvar' and fix the issues (#2160) 2025-01-16 11:20:50 +00:00
jobs Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
repos Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
secrets Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
storage_credentials Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
sync Bump github.com/databricks/databricks-sdk-go from 0.55.0 to 0.56.1 (#2238) 2025-01-27 13:11:07 +00:00
version Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
workspace Clean up TestMain from integration tests to fix caching (#2090) 2025-01-08 11:59:22 +00:00
unknown_command_test.go Remove calls to `t.Setenv` from integration tests (#2018) 2024-12-16 12:34:37 +01:00