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 bc8a1f1 commit b119eb4Copy full SHA for b119eb4
tests/client/tui/test_main.py
@@ -26,6 +26,7 @@ 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 = [
@@ -60,7 +61,7 @@ def test_get_visit_list(
60
61
base_url=server_url,
62
router_name="session_control.router",
63
function_name="get_current_visits",
- token="",
64
+ token=token,
65
instrument_name=instrument_name,
66
)
67
0 commit comments