jhu-bids/TermHub

Tests: Uploading of csets

Opened this issue · 0 comments

Overview

The following tests are currently failing:

  • #800
    • test_route_csv_upload_new_cset_version_with_concepts()
    • test_upload_cset_container_from_csv()
    • test_upload_cset_version_from_csv()
  • test_upload_concept_set_version()

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