Updated python testing script to pass test_get_weekly_reports_user
This commit is contained in:
parent
154c2240c8
commit
cc013632a7
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue