almost all tests run now
This commit is contained in:
@@ -31,7 +31,7 @@ def test_create_user_unauthorized(client):
|
||||
}
|
||||
|
||||
response = client.post("/users/", json=user_data)
|
||||
assert response.status_code == 403
|
||||
assert response.status_code == 401
|
||||
|
||||
|
||||
def test_get_users(client, auth_headers, admin_user, regular_user):
|
||||
|
||||
Reference in New Issue
Block a user