fixing a failing test for study associate.

This commit is contained in:
Dan 2021-06-08 12:18:16 -04:00
parent 895e7867d2
commit 076d198fc6
2 changed files with 1 additions and 1 deletions

View File

View 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,