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 b27585c commit 75c8e41Copy full SHA for 75c8e41
tests/instrument_server/test_api.py
@@ -61,11 +61,13 @@ def test_get_murfey_url(
61
62
@mark.parametrize("test_params", test_upload_gain_reference_params_matrix)
63
@patch("murfey.instrument_server.api.subprocess")
64
+@patch("murfey.instrument_server.api.tokens")
65
@patch("murfey.instrument_server.api._get_murfey_url")
66
@patch("murfey.instrument_server.api.requests")
67
def test_upload_gain_reference(
68
mock_request,
69
mock_get_server_url,
70
+ mock_tokens,
71
mock_subprocess,
72
test_params: tuple[Optional[str]],
73
):
0 commit comments