summaryrefslogtreecommitdiff
path: root/tests/context
diff options
context:
space:
mode:
Diffstat (limited to 'tests/context')
-rw-r--r--tests/context/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/context/context.py b/tests/context/context.py
index 80853295b..79691350b 100644
--- a/tests/context/context.py
+++ b/tests/context/context.py
@@ -22,7 +22,7 @@ def context_fixture():
return {
'xdg-cache': cache_home,
- 'context': Context('x86_64')
+ 'context': Context([], 'x86_64')
}