Skip to content

Commit

Permalink
Change key to align with rest api
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 25, 2024
1 parent 84fd737 commit 5e21f55
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 5e21f55

Please sign in to comment.