Skip to content

Commit 65a1159

Browse files
committed
try fix tests
1 parent d6532c3 commit 65a1159

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ import (
3131
)
3232

3333
const (
34-
configApplyErrorMessage = "failed validating config NGINX config test failed exit status 1:" +
35-
" nginx: [emerg] unexpected end of file, expecting \";\" or \"}\" in /etc/nginx/nginx.conf:2\nnginx: " +
36-
"configuration file /etc/nginx/nginx.conf test failed\n"
34+
configApplyErrorMessage = "failed to parse config invalid " +
35+
"number of arguments in \\\"worker_processes\\\" directive in /etc/nginx/nginx.conf:1"
3736

3837
retryCount = 5
3938
retryWaitTime = 4 * time.Second

0 commit comments

Comments
 (0)