Skip to content

Commit aa548f5

Browse files
committed
tests: fixed an error message to reflect new changes in lua-resty-core.
1 parent bb045f2 commit aa548f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/006-escape.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ qr/\[error\] \d+#\d+: \*\d+ lua entry thread aborted: runtime error: "type" 10 o
293293
GET /lua
294294
--- error_code: 500
295295
--- error_log eval
296-
qr/\[error\] \d+#\d+: \*\d+ lua entry thread aborted: runtime error: "type" is not number/
296+
qr/\[error\] \d+#\d+: \*\d+ lua entry thread aborted: runtime error: "type" is not a number/

0 commit comments

Comments
 (0)