tests: fix invalid escape
Some checks failed
Python Formatting Check / formatting (push) Has been cancelled
Tests / Run tests (push) Has been cancelled

This made the common mistake of putting `\.` instead of `\\.`
in a non-raw string.
This commit is contained in:
Misty De Méo 2025-07-18 16:37:33 -07:00 committed by Misty De Méo
parent 60f363ca89
commit f54e9e382a

View file

@ -177,7 +177,7 @@ def test_robots_connection_failure():
def test_scoping():
test_scope = yaml.safe_load(
"""
r"""
max_hops: 100
accepts:
- url_match: REGEX_MATCH