Skip to content

Commit

Permalink
Back to cli_version for all the commands for autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski-reef committed Dec 18, 2023
1 parent dd1c6a1 commit 47ad699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ def test_autocomplete_b2__download_file__b2uri(
bucket_name,
file_name,
is_running_on_docker,
cli_command,
cli_version,
):
"""Test that autocomplete suggests bucket names and file names."""
if is_running_on_docker:
pytest.skip('Not supported on Docker')
shell.send(f'{cli_command} download_file \t\t')
shell.send(f'{cli_version} download_file \t\t')
shell.expect_exact("b2://", timeout=TIMEOUT)
shell.send('b2://\t\t')
shell.expect_exact(bucket_name, timeout=TIMEOUT)
Expand Down

0 comments on commit 47ad699

Please sign in to comment.