Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Martinez <pipernene@gmail.com>
  • Loading branch information
pipe01 committed Jul 24, 2019
1 parent 95bf12d commit 064dcac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/bundle_test.py
Expand Up @@ -91,7 +91,8 @@ def test_to_bundle():
volumes={'special': {}},
networks={'extra': {}},
secrets={},
configs={}
configs={},
project_name=''
)

with mock.patch('compose.bundle.log.warning', autospec=True) as mock_log:
Expand Down

0 comments on commit 064dcac

Please sign in to comment.