aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-10-30 12:22:38 -0700
committerCody Logan <cody@lokken.dev>2023-10-30 12:22:38 -0700
commit06183b9947affe71a733d4a324e806863472bdcb (patch)
tree0f08e9791518c0678d2058818bc21545e06bf9b8 /tests
parent33cab465618c7a82a5d318a18838aab7c9ec9e68 (diff)
downloadwikiget-06183b9947affe71a733d4a324e806863472bdcb.tar.gz
wikiget-06183b9947affe71a733d4a324e806863472bdcb.zip
Code cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parse.py2
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