def test_list_users(client): response = client.get('/api/users') assert response.status_code == 200 assert response.json == []