mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix None config test
This commit is contained in:
@@ -220,7 +220,8 @@ def test_cli_remove_int(tljh_dir):
|
||||
("x", "x"),
|
||||
("1x", "1x"),
|
||||
("1.2x", "1.2x"),
|
||||
(None, None),
|
||||
("None", None),
|
||||
("none", None),
|
||||
("", ""),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user