adding rp3 sync to tests
This commit is contained in:
@@ -114,12 +114,14 @@ def get_rp3_workout_list(user):
|
||||
executed_at
|
||||
}
|
||||
}"""
|
||||
|
||||
response = requests.post(
|
||||
url=graphql_url,
|
||||
headers=headers,
|
||||
json={'query': get_workouts_list}
|
||||
)
|
||||
|
||||
|
||||
return response
|
||||
|
||||
def get_rp3_workouts(rower,do_async=True):
|
||||
|
||||
Reference in New Issue
Block a user