Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sneha Chhabria <snchh@microsoft.com>
  • Loading branch information
snehachhabria committed Feb 24, 2021
1 parent 11dfbbb commit 24c4b49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 326 deletions.
66 changes: 0 additions & 66 deletions pkg/envoy/rds/new_response.go

This file was deleted.

259 changes: 0 additions & 259 deletions pkg/envoy/rds/new_response_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/envoy/rds/response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestNewResponseWithPermissiveMode(t *testing.T) {

mockCatalog.EXPECT().GetServicesFromEnvoyCertificate(gomock.Any()).Return([]service.MeshService{tests.BookstoreV1Service}, nil).AnyTimes()
mockCatalog.EXPECT().ListPoliciesForPermissiveMode(gomock.Any()).Return(testPermissiveInbound, testOutbound).AnyTimes()
mockCatalog.EXPECT().GetIngressPoliciesForService(gomock.Any(), gomock.Any()).Return(testIngressInbound, nil).AnyTimes()
mockCatalog.EXPECT().GetIngressPoliciesForService(gomock.Any()).Return(testIngressInbound, nil).AnyTimes()

mockConfigurator.EXPECT().IsPermissiveTrafficPolicyMode().Return(true).AnyTimes()

Expand Down

0 comments on commit 24c4b49

Please sign in to comment.