We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898efd3 commit a5a30a0Copy full SHA for a5a30a0
tests/instrument_server/test_api.py
@@ -71,7 +71,7 @@ def test_upload_gain_reference(
71
"gain_destination_dir": "processing",
72
}
73
response = client.post(
74
- "/instruments/m02/session/1/upload_gain_reference", json=payload
+ "/instruments/m02/sessions/1/upload_gain_reference", json=payload
75
)
76
77
# Check that the machine config request was called
0 commit comments