diff --git a/testing.py b/testing.py index 491419f..9181d39 100644 --- a/testing.py +++ b/testing.py @@ -314,9 +314,8 @@ def test_get_weekly_reports_user(): # Get weekly reports for the user in the project response = requests.get( - getWeeklyReportsUserPath, + getWeeklyReportsUserPath + "/" + projectName, headers={"Authorization": "Bearer " + token}, - params={"username": username, "projectName": projectName}, ) dprint(response.text)