tests: fix block devices tests when running on real system
This commit is contained in:
parent
7aa8d74ad4
commit
d7b968d867
@ -110,6 +110,8 @@ class TestApp(object):
|
||||
self.env = jinja2.Environment(
|
||||
loader=jinja2.FileSystemLoader([
|
||||
'templates',
|
||||
'/etc/qubes/templates',
|
||||
'/usr/share/qubes/templates',
|
||||
]),
|
||||
undefined=jinja2.StrictUndefined)
|
||||
self.domains = {}
|
||||
|
Loading…
Reference in New Issue
Block a user