Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maduris committed Mar 12, 2024
1 parent ce1d79c commit 0459345
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ func TestNewDatabaseFromClientWithRole(t *testing.T) {
ctx := context.Background()
databaseID := databaseID()

t.Setenv("GOOGLE_APPLICATION_CREDENTIALS", "../../testdata/serviceAccount.json")

database, err := NewDatabase(ctx, databaseID, "", true)

assert.NoError(t, err)
Expand Down

0 comments on commit 0459345

Please sign in to comment.