From d6341aa710d7f38e0a1c2099605f7e62e44d34b5 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 18 Feb 2022 13:13:05 +0530 Subject: [PATCH] update test code --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index fec8ff4..09335ce 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -112,7 +112,7 @@ def test_only_url() -> None: assert result.exit_code == 0 assert ( 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" )