We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0d52 commit 05fe36cCopy full SHA for 05fe36c
test-http/src/test/user_tests/user.py
@@ -17,6 +17,7 @@ def test_get_all_users():
17
for user in json.loads(res.content.decode())['users']:
18
if user['username'] == '[email protected]':
19
test_user = user
20
+ break
21
assert test_user['username'] == '[email protected]'
22
assert test_user['name']['first'] == 'Jeremy'
23
assert '"secret"' not in res.content.decode() # check that no secrets are included
0 commit comments