Skip to content

Commit 6287909

Browse files
committed
Fix python 3.12.0a3 syntax error
1 parent 5f58803 commit 6287909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/steps/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_step_functions_same_parser(pytester):
101101
102102
scenarios("target_fixture.feature")
103103
104-
STEP = 'there is a foo with value "(?P<value>\\w+)"'
104+
STEP = r'there is a foo with value "(?P<value>\\w+)"'
105105
106106
@given(STEP)
107107
def _():

0 commit comments

Comments
 (0)