We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32726e commit 2b7c31eCopy full SHA for 2b7c31e
tests/utils_test.py
@@ -107,7 +107,7 @@ def test_convert_filters(self):
107
self.assertEqual(convert_filters(filters), expected)
108
109
def test_create_empty_host_config(self):
110
- empty_config = create_host_config()
+ empty_config = create_host_config(network_mode='')
111
self.assertEqual(empty_config, {})
112
113
def test_create_host_config_dict_ulimit(self):
0 commit comments