Skip to content

Commit a7c3985

Browse files
author
Tuure Vartiainen
committed
tests: fixed a typo in TLS-PSK test case.
1 parent 9449c1a commit a7c3985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/140-ssl-c-api.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ lua ssl server name: "test.com"
881881
ssl_certificate ../../cert/test.crt;
882882
ssl_certificate_key ../../cert/test.key;
883883
884-
lua_ssl_psk_identity psk_test_identity_hint;
884+
ssl_psk_identity_hint psk_test_identity_hint;
885885
886886
server_tokens off;
887887
location /foo {

0 commit comments

Comments
 (0)