Skip to content

Commit

Permalink
fix vaas_client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Feb 28, 2024
1 parent 8ac348e commit 35af20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/vaas/pkg/authenticator/authenticator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func Test_resourceOwnerPasswordGrantAuthenticator_GetToken(t *testing.T) {

clientID, exists := os.LookupEnv("VAAS_CLIENT_ID")
if !exists {
log.Fatal("no username set")
log.Fatal("no client-id set")
}
username, exists := os.LookupEnv("VAAS_USER_NAME")
if !exists {
Expand Down

0 comments on commit 35af20a

Please sign in to comment.