Skip to content

Commit

Permalink
A quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 26, 2017
1 parent eaa83c2 commit 294234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakery/tests/__init__.py
Expand Up @@ -374,8 +374,8 @@ def test_publish_cmd(self):
call_command("unbuild")
os.makedirs(settings.BUILD_DIR)
call_command("publish", verbosity=3)

call_command("publish", no_delete=True, force_publish=True)
call_command("publish", aws_bucket_prefix='my-branch')

def test_unpublish_cmd(self):
with mock_s3():
Expand Down

0 comments on commit 294234e

Please sign in to comment.