Skip to content

Commit

Permalink
[Test] trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Sep 2, 2024
1 parent 6ab81ee commit a87c073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/auth_default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import (

func TestErrCannotConfigureAuth(t *testing.T) {
env.CleanupEnvironment(t)

w := databricks.Must(databricks.NewWorkspaceClient())
_, err := w.CurrentUser.Me(context.Background())

assert.True(t, errors.Is(err, config.ErrCannotConfigureAuth))
}

0 comments on commit a87c073

Please sign in to comment.