Skip to content

Commit 814f2ae

Browse files
catbro666pintsized
authored andcommitted
fix test
1 parent f7a7af1 commit 814f2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/20-mtls.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ location /t {
139139
ngx.say(res:read_body())
140140
141141
else
142-
ngx.say("failed to connect: " .. err or "")
142+
ngx.say('failed to connect: ' .. (err or ''))
143143
end
144144
145145
httpc:close()
@@ -158,6 +158,7 @@ failed to connect: bad ssl_client_priv_key: cdata expected, got string
158158
--- skip_nginx
159159
4: < 1.21.4
160160

161+
161162
=== TEST 3: Connection succeeds with client cert and key.
162163
--- http_config eval: $::mtls_http_config
163164
--- config eval

0 commit comments

Comments
 (0)