summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tests/validators/test_auth.py1
-rw-r--r--testenv/tests/validators/test_hw.py1
-rw-r--r--testenv/tests/validators/test_kvm.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/testenv/tests/validators/test_auth.py b/testenv/tests/validators/test_auth.py
index f3cdf939..f4ddbdfd 100644
--- a/testenv/tests/validators/test_auth.py
+++ b/testenv/tests/validators/test_auth.py
@@ -51,6 +51,7 @@ def test_ok__valid_user(arg: Any) -> None:
"te~st",
"-",
"-foo_bar",
+ "foo bar",
" ",
"",
None,
diff --git a/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py
index 912f8f5e..2956375c 100644
--- a/testenv/tests/validators/test_hw.py
+++ b/testenv/tests/validators/test_hw.py
@@ -94,6 +94,7 @@ def test_ok__valid_otg_gadget(arg: Any) -> None:
"te~st",
"-",
"-foo_bar",
+ "foo bar",
"a" * 256,
" ",
"",
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,
" ",
"",