We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d59d7 commit 33ec897Copy full SHA for 33ec897
1 file changed
t/193-ssl-trusted-store.t
@@ -4,7 +4,7 @@ use Test::Nginx::Socket::Lua;
4
5
repeat_each(2);
6
7
-plan tests => repeat_each() * (blocks() * 3);
+plan tests => repeat_each() * (blocks() * 6);
8
9
log_level 'debug';
10
@@ -317,6 +317,7 @@ GET /t
317
--- response_body
318
settrustedstore: nil closed
319
--- no_error_log
320
+[noexist]
321
[alert]
322
[crit]
323
[emerg]
@@ -347,6 +348,7 @@ GET /t
347
348
349
settrustedstore: nil no trusted store
350
351
352
353
354
0 commit comments