Skip to content

Commit a8699b3

Browse files
committed
Fix firefox esr parsing thing for 25
1 parent 417af1c commit a8699b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/book_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def strip_selenium_trace_ids(output):
104104

105105

106106
def fix_firefox_esr_version(output):
107-
return re.sub(r"(\d\d\d\.\d+\.?\d+)esr", r"128.10.1esr", output)
107+
return re.sub(r"(\d\d\d\.\d+\.?\d*)esr", r"128.10.1esr", output)
108108

109109

110110
def strip_session_ids(output):

0 commit comments

Comments
 (0)