Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Jan 23, 2025
1 parent beb5882 commit a540f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/integration/integrationv1/azureoidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ func TestGenerateAzureOIDCToken(t *testing.T) {

// Verify the Azure token using the JWT
_, err = key.VerifyAzureToken(resp.Token)

require.NoError(t, err)
})
}

0 comments on commit a540f88

Please sign in to comment.