We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cd6d5 commit a7d896eCopy full SHA for a7d896e
test/integration/grpc_management_plane_api_test.go
@@ -215,7 +215,7 @@ func TestGrpc_ConfigApply(t *testing.T) {
215
newConfigFile := "../config/nginx/nginx-with-test-location.conf"
216
217
if os.Getenv("IMAGE_PATH") == "/nginx-plus/agent" {
218
- newConfigFile = "../config/nginx/nginx-plus.conf"
+ newConfigFile = "../config/nginx/nginx-plus-with-test-location.conf"
219
}
220
221
err := mockManagementPlaneGrpcContainer.CopyFileToContainer(
0 commit comments