Skip to content

Commit a5a30a0

Browse files
committed
Typo in URL path to endpoint to test
1 parent 898efd3 commit a5a30a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/instrument_server/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_upload_gain_reference(
7171
"gain_destination_dir": "processing",
7272
}
7373
response = client.post(
74-
"/instruments/m02/session/1/upload_gain_reference", json=payload
74+
"/instruments/m02/sessions/1/upload_gain_reference", json=payload
7575
)
7676

7777
# Check that the machine config request was called

0 commit comments

Comments
 (0)