From d4651eddd6fb14715bf6ccb1fa7c9727c56a5b4f Mon Sep 17 00:00:00 2001 From: Sorin Dumitru Date: Mon, 17 Jun 2024 14:35:36 +0100 Subject: [PATCH] Update v2/workloadapi/client_test.go Co-authored-by: Andrew Harding Signed-off-by: Sorin Dumitru --- v2/workloadapi/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/workloadapi/client_test.go b/v2/workloadapi/client_test.go index d9accd41..5040d8fb 100644 --- a/v2/workloadapi/client_test.go +++ b/v2/workloadapi/client_test.go @@ -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(),