Skip to content

Commit f54e9e3

Browse files
committed
tests: fix invalid escape
This made the common mistake of putting `\.` instead of `\\.` in a non-raw string.
1 parent 60f363c commit f54e9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_robots_connection_failure():
177177

178178
def test_scoping():
179179
test_scope = yaml.safe_load(
180-
"""
180+
r"""
181181
max_hops: 100
182182
accepts:
183183
- url_match: REGEX_MATCH

0 commit comments

Comments
 (0)