mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-30 18:18:44 -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
f54e9e382a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue