Skip to content

Commit 233f310

Browse files
committed
fix: update jwt token
1 parent d38a13f commit 233f310

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/cli_smoke_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ def test_tests_inventory_commands_smoke(cli_sandbox: CliSandbox) -> None:
467467

468468
@pytest.mark.skipif(os.name == "nt", reason="interactive smoke uses POSIX PTYs")
469469
def test_onboard_interactive_smoke(cli_sandbox: CliSandbox) -> None:
470-
# One `j` per keypress (burst writes are not separate keys). The select list wraps;
471-
# from the first option, len(choices)-1 steps reach "Skip for now" without wrapping past it.
472470
# Keep in sync with integration_choices in app/cli/wizard/flow.py::_configure_selected_integrations.
473471
result = _run_cli_pty(
474472
cli_sandbox,

0 commit comments

Comments
 (0)