diff --git a/free-board.json b/free-board.json index 9f2fb65..bdcfe2a 100644 --- a/free-board.json +++ b/free-board.json @@ -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"