Skip to content

Commit

Permalink
tests: fix TestKongConsumerCredential_* tests by using correct testin…
Browse files Browse the repository at this point in the history
…g handle (#728)
  • Loading branch information
pmalek authored Oct 10, 2024
1 parent b657d09 commit 4f47ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/envtest/assert.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ func assertCollectObjectExistsAndHasKonnectID(
if !assert.NoError(c, clientNamespaced.Get(ctx, nn, obj)) {
return
}
assert.Equal(t, konnectID, obj.GetKonnectID())
assert.Equal(c, konnectID, obj.GetKonnectID())
}
}

0 comments on commit 4f47ef3

Please sign in to comment.