jhu-bids / TermHub

Web app and CLI tools for working with biomedical terminologies. https://github.com/orgs/jhu-bids/projects/9/views/7
https://bit.ly/termhub
GNU General Public License v3.0
8 stars 10 forks source link

Tests: Uploading of csets #799

Open joeflack4 opened 1 month ago

joeflack4 commented 1 month ago

Overview

The following tests are currently failing:

test_upload_concept_set_version()

Traceback (most recent call last):
  File "/Users/joeflack4/projects/termhub/test/test_enclave_wrangler/[test_actions_api.py](http://test_actions_api.py/)", line 23, in test_upload_concept_set_version
    self.assertLess(response.status_code, 400)
  File "/Users/joeflack4/projects/termhub/enclave_wrangler/[actions_api.py](http://actions_api.py/)", line 417, in upload_concept_set_version_draft
    raise "expecting 'on_behalf_of'"
TypeError: exceptions must derive from BaseException