Updated python testing script to pass test_get_weekly_reports_user

This commit is contained in:
Imbus 2024-03-20 17:14:57 +01:00
parent 154c2240c8
commit cc013632a7

View file

@ -314,9 +314,8 @@ def test_get_weekly_reports_user():
# Get weekly reports for the user in the project # Get weekly reports for the user in the project
response = requests.get( response = requests.get(
getWeeklyReportsUserPath, getWeeklyReportsUserPath + "/" + projectName,
headers={"Authorization": "Bearer " + token}, headers={"Authorization": "Bearer " + token},
params={"username": username, "projectName": projectName},
) )
dprint(response.text) dprint(response.text)