Skip to content

Commit 8802ca2

Browse files
committed
update test expectations of log messages
1 parent d5f291b commit 8802ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_argumentvalidation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_port_mapping_no_run_fail(temp_cwd):
162162
assert not validate_arguments(
163163
builddir,
164164
args_list,
165-
"To publish user defined port mappings, the container must also be run",
165+
"To publish user-defined port mappings, the container must also be run",
166166
)
167167

168168

@@ -175,7 +175,7 @@ def test_all_ports_mapping_no_run_fail(temp_cwd):
175175
assert not validate_arguments(
176176
builddir,
177177
args_list,
178-
"To publish user defined port mappings, the container must also be run",
178+
"To publish user-defined port mappings, the container must also be run",
179179
)
180180

181181

0 commit comments

Comments
 (0)