diff options
Diffstat (limited to 'tests/test_parse.py')
| -rw-r--r-- | tests/test_parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parse.py b/tests/test_parse.py index a04b30f..7ba7f0c 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -70,4 +70,4 @@ class TestGetDest: ] ) _ = get_dest(args.FILE, args) - assert "Target is a URL, ignoring site specified with --site" in caplog.text + assert "Target is a URL; ignoring site specified with --site" in caplog.text |
