From 06335ba0176cabd84f5b548995f465ac1c09bc8e Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 17 Oct 2023 14:00:14 -0700 Subject: Clean up exception handling and error messages --- tests/test_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_parse.py') 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 -- cgit v1.2.3