summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..ad1d7ff4c 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -128,7 +128,7 @@ def test_commands(cli, cmd, word_idx, expected):
("bst -", 1, MAIN_OPTIONS),
("bst --l", 1, ["--log-file "]),
# Test that options of subcommands also complete
- ("bst --no-colors build -", 3, ["--deps ", "-d ", "--remote ", "-r "]),
+ ("bst --no-colors build -", 3, ["--deps ", "-d ", "--ignore-cache-for ", "-i ", "--remote ", "-r "]),
# Test the behavior of completing after an option that has a
# parameter that cannot be completed, vs an option that has
# no parameter