diff --git a/tests/unit/test_argumentvalidation.py b/tests/unit/test_argumentvalidation.py index 33e7d69a..78b96464 100644 --- a/tests/unit/test_argumentvalidation.py +++ b/tests/unit/test_argumentvalidation.py @@ -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", )