Skip to content

Commit b119eb4

Browse files
committed
Found a broken test
1 parent bc8a1f1 commit b119eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/client/tui/test_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_get_visit_list(
2626
# Unpack test params and set up other params
2727
(server_url,) = test_params
2828
instrument_name = mock_client_configuration["Murfey"]["instrument_name"]
29+
token = mock_client_configuration["Murfey"]["token"]
2930

3031
# Construct the expected request response
3132
example_visits = [
@@ -60,7 +61,7 @@ def test_get_visit_list(
6061
base_url=server_url,
6162
router_name="session_control.router",
6263
function_name="get_current_visits",
63-
token="",
64+
token=token,
6465
instrument_name=instrument_name,
6566
)
6667

0 commit comments

Comments
 (0)