Skip to content

Commit 6bd909b

Browse files
committed
tweak deploy test for coverage
1 parent 39b25e9 commit 6bd909b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class TestDeploy(TestCase):
1111
def test_deploy_routine(self):
1212
out = StringIO()
1313
err = StringIO()
14-
call_command("routine", "deploy", stdout=out, stderr=err)
14+
call_command("routine", "deploy", "--prepare", stdout=out, stderr=err)
1515
self.assertTrue(out.getvalue())
1616
self.assertFalse(err.getvalue().strip())

0 commit comments

Comments
 (0)