Skip to content

Commit

Permalink
Merge pull request #1456 from sorgerlab/update-restapi-test
Browse files Browse the repository at this point in the history
Update test for REST API
  • Loading branch information
bgyori authored Jul 25, 2024
2 parents 84fd737 + 5e21f55 commit 19b1429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/tests/test_rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def test_reach_process_json():

@pytest.mark.nogha
def test_reach_process_pmc():
res = _call_api('post', 'reach/process_pmc', json={'pmcid': 'PMC4338247'})
res = _call_api('post', 'reach/process_pmc', json={'pmc_id': 'PMC4338247'})
res_json = json.loads(res.get_data())
assert 'statements' in res_json.keys(), res_json
stmts = stmts_from_json(res_json['statements'])
Expand Down

0 comments on commit 19b1429

Please sign in to comment.