Skip to content

Commit d8574c8

Browse files
committed
Fix date format pattern in auditlog's regression test
1 parent 3794870 commit d8574c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-cases/regression/auditlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
]
213213
},
214214
"expected": {
215-
"audit_log": "{\"transaction\":{\"client_ip\":\"200.249.12.31\",\"time_stamp\":\"\\S{3} \\S{3} \\d{2} \\d{2}:\\d{2}:\\d{2} \\d{4}\"",
215+
"audit_log": "{\"transaction\":{\"client_ip\":\"200.249.12.31\",\"time_stamp\":\"\\S{3} \\S{3} [ \\d]\\d \\d{2}:\\d{2}:\\d{2} \\d{4}\"",
216216
"debug_log": "",
217217
"error_log": "",
218218
"http_code": 403

0 commit comments

Comments
 (0)