We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a237b commit 39b4b1dCopy full SHA for 39b4b1d
1 file changed
tests/account/validators_test.py
@@ -91,7 +91,7 @@ class TestUserExists:
91
def test_not_exists(self, username):
92
assert not user_exists(username)
93
94
- @pytest.mark.parametrize('username', ['ckuehl', 'staff', 'root', 'sshd'])
+ @pytest.mark.parametrize('username', ['guser', 'staff', 'root', 'sshd'])
95
def test_exists(self, username):
96
assert user_exists(username)
97
0 commit comments