Skip to content

Commit

Permalink
post merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Dec 9, 2022
1 parent f49f2d9 commit 76b8763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xds/xds_security_config_nack_test.go
Expand Up @@ -143,7 +143,7 @@ func (s) TestUnmarshalListener_WithUpdateValidatorFunc(t *testing.T) {

for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
managementServer, nodeID, bootstrapContents, resolver, cleanup1 := e2e.SetupManagementServer(t, nil)
managementServer, nodeID, bootstrapContents, resolver, cleanup1 := e2e.SetupManagementServer(t, e2e.ManagementServerOptions{})
defer cleanup1()

lis, cleanup2 := setupGRPCServer(t, bootstrapContents)
Expand Down

0 comments on commit 76b8763

Please sign in to comment.