diff --git a/evennia/utils/tests/test_validatorfuncs.py b/evennia/utils/tests/test_validatorfuncs.py index ed89aab375..4a16c25be8 100644 --- a/evennia/utils/tests/test_validatorfuncs.py +++ b/evennia/utils/tests/test_validatorfuncs.py @@ -148,4 +148,4 @@ class TestValidatorFuncs(TestCase): access_options=()) with self.assertRaises(ValueError): validatorfuncs.lock('view:', - access_options=('view')) + access_options=('look'))