diff --git a/backend/tests/test_endpoints.py b/backend/tests/test_endpoints.py index 8310990e..2a5c7c60 100644 --- a/backend/tests/test_endpoints.py +++ b/backend/tests/test_endpoints.py @@ -307,7 +307,7 @@ def test_get_GpxView(self): def test_get_workspace(self): # get training workspace - res = self.client.get(f"{API_BASE}/workspace/dataset_1/", headers=headersList) + res = self.client.get(f"{API_BASE}/workspace/dataset_1/") self.assertEqual(res.status_code, 409) def test_download_workspace(self):