summaryrefslogtreecommitdiffstats
path: root/test/t/test_secret_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_secret_tool.py')
-rw-r--r--test/t/test_secret_tool.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_secret_tool.py b/test/t/test_secret_tool.py
index cbfc0cb..7791446 100644
--- a/test/t/test_secret_tool.py
+++ b/test/t/test_secret_tool.py
@@ -1,7 +1,7 @@
import pytest
-@pytest.mark.bashcomp(cmd="secret-tool",)
+@pytest.mark.bashcomp(cmd="secret-tool")
class TestSecretTool:
@pytest.mark.complete("secret-tool ", require_cmd=True)
def test_modes(self, completion):
@@ -9,4 +9,4 @@ class TestSecretTool:
@pytest.mark.complete("secret-tool search ")
def test_no_complete(self, completion):
- assert not completion
+ assert completion == "--all --unlock".split()