We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6532c3 commit 65a1159Copy full SHA for 65a1159
test/integration/grpc_management_plane_api_test.go
@@ -31,9 +31,8 @@ import (
31
)
32
33
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"
+ configApplyErrorMessage = "failed to parse config invalid " +
+ "number of arguments in \\\"worker_processes\\\" directive in /etc/nginx/nginx.conf:1"
37
38
retryCount = 5
39
retryWaitTime = 4 * time.Second
0 commit comments