Skip to content

Commit 1d2086f

Browse files
committed
Fix test failing on PyPy
1 parent 91910bb commit 1d2086f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/robot/rebot/json_output_and_input.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ JSON output structure
1515
... Unit tests do schema validation with smaller data and that ought to be enough.
1616
${data} = Evaluate json.load(open($JSON, encoding='UTF-8'))
1717
Lists Should Be Equal ${data} ${{['generator', 'generated', 'rpa', 'suite', 'statistics', 'errors']}}
18-
Should Match ${data}[generator] Rebot ?.* (Python 3.* on *)
18+
Should Match ${data}[generator] Rebot ?.* (* on *)
1919
Should Match ${data}[generated] 20??-??-??T??:??:??.??????
2020
Should Be Equal ${data}[rpa] ${False}
2121
Should Be Equal ${data}[suite][name] Misc

0 commit comments

Comments
 (0)