Skip to content

Commit

Permalink
Consume bundle list directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Apr 1, 2024
1 parent 7c3a00a commit 9d0edc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions agent/xds/resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2285,9 +2285,7 @@ func getTerminatingGatewayPeeringGoldenTestCases() []goldenTestCase {
return proxycfg.TestConfigSnapshotTerminatingGateway(t, true, nil, []proxycfg.UpdateEvent{
{
CorrelationID: "peer-trust-bundle:web",
Result: &pbpeering.TrustBundleListByServiceResponse{
Bundles: bundles.Bundles,
},
Result: bundles,
},
{
CorrelationID: "service-intentions:web",
Expand Down

0 comments on commit 9d0edc5

Please sign in to comment.