mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
fixing a failing test for study associate.
This commit is contained in:
parent
895e7867d2
commit
076d198fc6
0
tests/scripts/__init__.py
Normal file
0
tests/scripts/__init__.py
Normal file
@ -5,7 +5,7 @@ from crc import app
|
||||
class TestGetStudyAssociateValidation(BaseTest):
|
||||
|
||||
def test_get_study_associate_validation(self):
|
||||
|
||||
app.config['PB_ENABLED'] = True
|
||||
self.load_example_data()
|
||||
workflow = self.create_workflow('get_study_associate')
|
||||
rv = self.app.get('/v1.0/workflow-specification/%s/validate' % workflow.workflow_spec_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user