summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 12:05:02 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 12:53:23 +0100
commitc09e1439f145c66ee3af574386e277dd2388d094 (patch)
tree04ec77cb66d966233fca5a15fadbe09b536f3ad9 /tests/unit/completion/test_models.py
parentea60bcfc2ae1e018559031a4c8a26b29caec1c59 (diff)
downloadqutebrowser-c09e1439f145c66ee3af574386e277dd2388d094.tar.gz
qutebrowser-c09e1439f145c66ee3af574386e277dd2388d094.zip
Clean up successful process data after 1h
Diffstat (limited to 'tests/unit/completion/test_models.py')
-rw-r--r--tests/unit/completion/test_models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py
index ec62cdf88..45506fe6a 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -1476,6 +1476,7 @@ def test_process_completion(monkeypatch, stubs, info):
1001: p1,
1002: p2,
1003: p3,
+ 1004: None, # cleaned up
})
model = miscmodels.process(info=info)