Skip to content

Commit 756a1fe

Browse files
committed
PNE-241: Switch the payload to be a json
1 parent a903e32 commit 756a1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/test_material_run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_get_history(collection, session):
130130
expected_call = FakeCall(
131131
method='POST',
132132
path=f'teams/{collection.team_id}/gemd/query/material-histories?filter_nonroot_materials=true',
133-
params={
133+
json={
134134
'criteria': [
135135
{'datasets': str(collection.dataset_id),
136136
'type': 'terminal_material_run_identifiers_criteria',

0 commit comments

Comments
 (0)