From 786db20c24f1753f4941fb926d7cf1e9aeedf04f 2020-07-13 16:34:24 From: Branko Majic Date: 2020-07-13 16:34:24 Subject: [PATCH] GC-37: Fix incorrect test name (copy/paste error fix). --- diff --git a/tests/test_cli.py b/tests/test_cli.py index 9d1249d57dfed9b1b493205ce5305f9393493ecf..9dee755e63949619fe01aa6ea5eee77918072ad1 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -578,7 +578,7 @@ def test_main_does_not_exit_if_it_calls_function_that_returns_success(tmpdir): @mock.patch('sys.argv', ['gimmecert', 'testcommand']) -def test_main_exits_if_it_calls_function_that_returns_success(tmpdir): +def test_main_exits_if_it_calls_function_that_returns_failure(tmpdir): # This should ensure we don't accidentally create artifacts # outside of test directory. tmpdir.chdir()