Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Apr 3, 2024
1 parent 6413e24 commit edcc7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ func TestMustAnyClientWithEmptyDatabricksCfg(t *testing.T) {
t.Setenv("DATABRICKS_CONFIG_FILE", configFile)

_, err = MustAnyClient(cmd, []string{})
require.ErrorContains(t, err, "does not contain any profiles; please create one by running 'databricks configure'")
require.ErrorContains(t, err, "does not contain account profiles")
}

0 comments on commit edcc7e5

Please sign in to comment.