diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-04 17:39:07 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-10 19:29:59 +0900 |
commit | fa512fef4765cc63ceeb4a901a3a517cb83606d6 (patch) | |
tree | 3585e1bf833e962e15e964ef9cec78d6a17c4c49 /tests/context | |
parent | ce5a47973bb639c1f61cd65cce212bb0308f0134 (diff) | |
download | buildstream-fa512fef4765cc63ceeb4a901a3a517cb83606d6.tar.gz |
Updated test cases for internal API changes stemming from project options
Diffstat (limited to 'tests/context')
-rw-r--r-- | tests/context/context.py | 2 |
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') } |