Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed Aug 11, 2024
1 parent fc7b2b4 commit eb48ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/server/plugin/upstreamauthority/spire/spire_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ func TestMintX509CA(t *testing.T) {
bundleUpdateResp, err := stream.RecvUpstreamX509Authorities()
require.NoError(t, err)

expectBundles := append(expectedX509Authorities, expectedServerUpdateAuthority...)
require.Equal(t, expectBundles, bundleUpdateResp)
require.Equal(t, append(expectedX509Authorities, expectedServerUpdateAuthority...), bundleUpdateResp)

// Cancel ctx to stop getting updates
cancel()
Expand Down

0 comments on commit eb48ed9

Please sign in to comment.