diff --git a/tests/rules/test_git_push.py b/tests/rules/test_git_push.py index d3198946..cf45f4e7 100644 --- a/tests/rules/test_git_push.py +++ b/tests/rules/test_git_push.py @@ -30,9 +30,7 @@ def test_not_match(output, script, branch_name): @pytest.mark.parametrize('script, branch_name, new_command', [ - ('git push master', 'master', - 'git push --set-upstream origin master'), - ('git push master', 'master', + ('git push', 'master', 'git push --set-upstream origin master'), ('git push master', 'master', 'git push --set-upstream origin master'),