Skip to content

Commit

Permalink
Line too long
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 b54719b commit 95bf12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/project_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,8 @@ def test_project_platform_value(self):
'image': BUSYBOX_IMAGE_WITH_TAG,
}
config_data = Config(
project_name='', version=V2_4, services=[service_config], networks={}, volumes={}, secrets=None, configs=None
project_name='', version=V2_4, services=[service_config], networks={},
volumes={}, secrets=None, configs=None
)

project = Project.from_config(name='test', client=self.mock_client, config_data=config_data)
Expand Down

0 comments on commit 95bf12d

Please sign in to comment.