We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc6919 commit 8e67e84Copy full SHA for 8e67e84
1 file changed
tests/client/tui/test_main.py
@@ -26,7 +26,6 @@ def test_get_visit_list(
26
# Unpack test params and set up other params
27
(server_url,) = test_params
28
instrument_name = mock_client_configuration["Murfey"]["instrument_name"]
29
- token = mock_client_configuration["Murfey"]["token"]
30
31
# Construct the expected request response
32
example_visits = [
@@ -61,7 +60,7 @@ def test_get_visit_list(
61
60
base_url=server_url,
62
router_name="session_control.router",
63
function_name="get_current_visits",
64
- token=token,
+ token=mock.ANY,
65
instrument_name=instrument_name,
66
)
67
0 commit comments