Skip to content

Commit

Permalink
Right param
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 17, 2024
1 parent 4de05f3 commit f40b7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ngi_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_get_data_with_project(data_repo_full, mocked_statusdb_conn_rows):
data_master.get_data(order_id)
assert len(data_master.data.keys()) == 1
assert order_id in data_master.data
assert data_master.data[order_id].internal_id_or_portal_id == order_id
assert data_master.data[order_id].internal_id_or_portal_id == "P123457"


def test_get_data_with_project_unknown(data_repo_full, mocked_statusdb_conn_rows):
Expand Down

0 comments on commit f40b7cb

Please sign in to comment.