From 06183b9947affe71a733d4a324e806863472bdcb Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 30 Oct 2023 12:22:38 -0700 Subject: Code cleanup --- 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 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 -- cgit v1.2.3