Skip to content

Commit

Permalink
fix lib/web
Browse files Browse the repository at this point in the history
  • Loading branch information
greedy52 committed Nov 14, 2024
1 parent 8393287 commit 4efaa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/intgrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestIntegrationsCreateWithAudience(t *testing.T) {
require.Equal(t, 200, createResp.Code())

// check origin label stored in backend
intgrationResource, err := wPack.server.Auth().GetIntegration(ctx, integrationName)
intgrationResource, err := wPack.server.Auth().GetIntegration(ctx, integrationName, false)
require.NoError(t, err)
require.Equal(t, test.audience, intgrationResource.GetAWSOIDCIntegrationSpec().Audience)

Expand Down

0 comments on commit 4efaa6c

Please sign in to comment.