diff options
Diffstat (limited to 'testenv/tests/validators/test_kvm.py')
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index cab03198..f0bfaa22 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -225,6 +225,7 @@ def test_ok__valid_ugpio_item(validator: Callable[[Any], str], arg: Any) -> None "te~st", "-", "-foo_bar", + "foo bar", "a" * 256, " ", "", |