matthiaskoenig / tellurium-web

Tellurium Web Tools
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Test failing (test_create_archive) #137

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 6 years ago

Tests for archive creation are failing:

Failure
Traceback (most recent call last):
  File "/home/mkoenig/git/tellurium-web/teweb/combine/tests/test_api.py", line 96, in test_create_archive
    self.assertEquals(response.status_code, 201)
AssertionError: 400 != 201