Private
Public Access
1
0

fixing the testing

This commit is contained in:
Sander Roosendaal
2021-04-14 21:45:30 +02:00
parent 2f1c85427a
commit 15cc8bebb6
2 changed files with 4 additions and 5 deletions

View File

@@ -216,10 +216,7 @@ class ViewTest(TestCase):
}
form = DocumentsForm(form_data,file_data)
if not form.is_valid():
print(form.errors)
self.assertTrue(form.is_valid())
response = self.c.post('/rowers/workout/upload/', form_data, follow=True)
f.close()