diff --git a/backend/tests/test_auth.py b/backend/tests/test_auth.py index e939409..5a559fe 100644 --- a/backend/tests/test_auth.py +++ b/backend/tests/test_auth.py @@ -35,5 +35,5 @@ def test_protected_route(): assert response.status_code == 200 assert response.json() == { "username": "testuser", - "pgroups": [20000, 20001, 20002, 20003], + "pgroups": ["20000", "20001", "20002", "20003"], }