Skip to content

Commit 886710d

Browse files
committed
fix file
1 parent 1114881 commit 886710d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/managementplane/config_apply_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestGrpc_ConfigApply(t *testing.T) {
120120
func TestGrpc_ConfigApply_Chunking(t *testing.T) {
121121
ctx := context.Background()
122122
teardownTest := utils.SetupConnectionTest(t, false, false,
123-
"../../config/agent/nginx-config-with-max-file-size.conf")
123+
"../../config/nginx/nginx-config-with-max-file-size.conf")
124124
defer teardownTest(t)
125125

126126
nginxInstanceID := utils.VerifyConnection(t, 2)
@@ -131,7 +131,7 @@ func TestGrpc_ConfigApply_Chunking(t *testing.T) {
131131

132132
utils.ClearManagementPlaneResponses(t)
133133

134-
newConfigFile := "../config/nginx/nginx-1mb-file.conf"
134+
newConfigFile := "../../config/nginx/nginx-1mb-file.conf"
135135

136136
err := utils.MockManagementPlaneGrpcContainer.CopyFileToContainer(
137137
ctx,

0 commit comments

Comments
 (0)