fixes for coach trial
This commit is contained in:
@@ -69,6 +69,7 @@ class OwnApi(TestCase):
|
||||
# response must be json
|
||||
strokedata = json.loads(response.content)
|
||||
df = pd.DataFrame(strokedata)
|
||||
|
||||
self.assertFalse(df.empty)
|
||||
|
||||
form_data = {
|
||||
|
||||
Reference in New Issue
Block a user