Skip to content

Commit

Permalink
Update v2/workloadapi/client_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Harding <[email protected]>
Signed-off-by: Sorin Dumitru <[email protected]>
  • Loading branch information
sorindumitru and azdagron authored Jun 17, 2024
1 parent 438219a commit d4651ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/workloadapi/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func TestFetchX509Context(t *testing.T) {
assertX509Bundle(t, x509Ctx.Bundles, td, ca.X509Bundle())
assertX509Bundle(t, x509Ctx.Bundles, federatedTD, federatedCA.X509Bundle())

// Now set the next response with an empty federated bundles and assert that the call
// Now set the next response with an empty federated bundle and assert that the call
// still succeeds.
wl.SetX509SVIDResponse(&fakeworkloadapi.X509SVIDResponse{
Bundle: ca.X509Bundle(),
Expand Down

0 comments on commit d4651ed

Please sign in to comment.