Private
Public Access
1
0

passing tests with mock server for nk workouts list

This commit is contained in:
Sander Roosendaal
2021-03-30 09:05:26 +02:00
parent 68edfe5a94
commit 0cd8fabc13
11 changed files with 523 additions and 7 deletions

View File

@@ -131,8 +131,6 @@ def strava_establish_push():
response = requests.post(url,data=post_data)
print(response.json())
return response.status_code
def strava_list_push():