fix: URL 패턴에서 /ko/ 접두사 제거

This commit is contained in:
김보곤
2026-02-05 06:14:52 +09:00
parent fd4f03fdc9
commit fd2da27462

View File

@@ -272,7 +272,7 @@
"action": "verify_url_stability",
"critical": true,
"verification": {
"expected_url_pattern": "/ko/boards/free/\\d+",
"expected_url_pattern": "/boards/free/\\d+",
"no_404": true,
"no_error_page": true,
"success_condition": "url_changed_to_detail"
@@ -535,7 +535,7 @@
"action": "verify_url_stability",
"critical": true,
"verification": {
"expected_url_pattern": "/ko/boards/free/\\d+",
"expected_url_pattern": "/boards/free/\\d+",
"no_404": true,
"no_error_page": true,
"success_condition": "url_back_to_detail"