diff --git a/tests/commands/test_live.py b/tests/commands/test_live.py index b77aec53..df55b948 100644 --- a/tests/commands/test_live.py +++ b/tests/commands/test_live.py @@ -260,6 +260,8 @@ def test_live_aborts_when_lean_config_is_missing_properties(target: str, replace terminal_link_required_options = { + "terminal-link-connection-type": "SAPI", + "terminal-link-server-auth-id": "abc", "terminal-link-environment": "Beta", "terminal-link-server-host": "abc", "terminal-link-server-port": "123",