update test expectations of log messages

pull/1211/head
Min RK 2022-11-08 16:28:01 +01:00
rodzic d5f291bec1
commit 8802ca2a30
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 809C6E46EAA899F4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -162,7 +162,7 @@ def test_port_mapping_no_run_fail(temp_cwd):
assert not validate_arguments(
builddir,
args_list,
"To publish user defined port mappings, the container must also be run",
"To publish user-defined port mappings, the container must also be run",
)
@ -175,7 +175,7 @@ def test_all_ports_mapping_no_run_fail(temp_cwd):
assert not validate_arguments(
builddir,
args_list,
"To publish user defined port mappings, the container must also be run",
"To publish user-defined port mappings, the container must also be run",
)