Fix date format pattern in auditlog's regression test

This commit is contained in:
Ervin Hegedus 2025-08-01 11:38:39 +02:00
parent 37948704df
commit d8574c8c08
No known key found for this signature in database
GPG Key ID: 5FA5BC3F5EC41F61

View File

@ -212,7 +212,7 @@
]
},
"expected": {
"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}\"",
"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}\"",
"debug_log": "",
"error_log": "",
"http_code": 403