mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-06 13:34:31 -04:00
tests: fix invalid escape
This made the common mistake of putting `\.` instead of `\\.` in a non-raw string.
This commit is contained in:
parent
60f363ca89
commit
06e4e8c3c9
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def test_robots_connection_failure():
|
||||||
|
|
||||||
def test_scoping():
|
def test_scoping():
|
||||||
test_scope = yaml.safe_load(
|
test_scope = yaml.safe_load(
|
||||||
"""
|
r"""
|
||||||
max_hops: 100
|
max_hops: 100
|
||||||
accepts:
|
accepts:
|
||||||
- url_match: REGEX_MATCH
|
- url_match: REGEX_MATCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue