Skip to content

Commit 00ea092

Browse files
committed
Needed to make regex group optional for Python 3.8
1 parent 8e05d89 commit 00ea092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/acceptance/create_webdriver.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create Webdriver With Bad Keyword Argument Dictionary
3030
[Documentation] Invalid arguments types
3131
${status} ${error} = Run Keyword And Ignore Error Create Webdriver Firefox kwargs={'spam': 'eggs'}
3232
Should Be Equal ${status} FAIL
33-
Should Match Regexp ${error} (TypeError: (?:WebDriver.)__init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
33+
Should Match Regexp ${error} (TypeError: (?:WebDriver.)?__init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
3434

3535
*** Keywords ***
3636
Set Driver Variables

0 commit comments

Comments
 (0)