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 d5f291b commit 8802ca2Copy full SHA for 8802ca2
tests/unit/test_argumentvalidation.py
@@ -162,7 +162,7 @@ def test_port_mapping_no_run_fail(temp_cwd):
162
assert not validate_arguments(
163
builddir,
164
args_list,
165
- "To publish user defined port mappings, the container must also be run",
+ "To publish user-defined port mappings, the container must also be run",
166
)
167
168
@@ -175,7 +175,7 @@ def test_all_ports_mapping_no_run_fail(temp_cwd):
175
176
177
178
179
180
181
0 commit comments