update test code

This commit is contained in:
Akash Mahanty
2022-02-18 13:13:05 +05:30
parent 6a7dde2368
commit d6341aa710

View File

@@ -112,7 +112,7 @@ def test_only_url() -> None:
assert result.exit_code == 0 assert result.exit_code == 0
assert ( assert (
result.output result.output
== "Only URL passed, but did not specify what to do with the URL. Use \ == "NoCommandFound: Only URL passed, but did not specify what to do with the URL. Use \
--help flag for help using waybackpy.\n" --help flag for help using waybackpy.\n"
) )