Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed May 8, 2024
1 parent c82e31a commit da6754e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion met-api/tests/unit/api/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_get_staff_users(client, jwt, session, setup_admin_user_and_claims, setu
headers = factory_auth_header(jwt=jwt, claims=claims)
rv = client.get('/api/user/', headers=headers, content_type=ContentType.JSON.value)
assert rv.status_code == HTTPStatus.OK
print(rv.json.get('items'))
assert rv.json.get('total') == 5
assert len(rv.json.get('items')) == 5

Expand Down

0 comments on commit da6754e

Please sign in to comment.