diff options
| author | Cody Logan <cody@lokken.dev> | 2023-10-17 14:00:14 -0700 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-10-17 14:00:14 -0700 |
| commit | 06335ba0176cabd84f5b548995f465ac1c09bc8e (patch) | |
| tree | 1425c62c7371dd1c629a89b3c7a397e8e875268a /tests/test_parse.py | |
| parent | 45a550899e0adf6958764d8a5133da4e21aa7fea (diff) | |
| download | wikiget-06335ba0176cabd84f5b548995f465ac1c09bc8e.tar.gz wikiget-06335ba0176cabd84f5b548995f465ac1c09bc8e.zip | |
Clean up exception handling and error messages
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 064b85c..c47678e 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -57,4 +57,4 @@ class TestGetDest: ] ) filename, dest, site_name = 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 |
