diff --git a/test/new_tests/test_admin_create_user.py b/test/new_tests/test_admin_create_user.py index 4dcb4a530..431804d7d 100644 --- a/test/new_tests/test_admin_create_user.py +++ b/test/new_tests/test_admin_create_user.py @@ -164,7 +164,6 @@ def test_create_user_with_empty_username(self): except e.InvalidUser as exception: assert exception.code == 60 assert exception.msg == "AEROSPIKE_INVALID_USER" - assert exception.file == "as_admin.c" def test_create_user_with_special_characters_in_username(self):