summaryrefslogtreecommitdiff
path: root/tests/frontend/completions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/completions.py')
-rw-r--r--tests/frontend/completions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py
index 952ed177b..21ef3becc 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -150,7 +150,7 @@ def test_options(cli, cmd, word_idx, expected):
("bst show --deps b", 3, ["build "]),
("bst show --deps=b", 2, ["build "]),
("bst show --deps r", 3, ["run "]),
- ("bst source track --deps ", 4, ["all ", "none "]),
+ ("bst source track --deps ", 4, ["all ", "build ", "none ", "run "]),
],
)
def test_option_choice(cli, cmd, word_idx, expected):