Commit 3c6bddd
committed
Remove wrong 'all_vms' arg in '_create_test_qube()'
The 'all_vms' parameter couldn't be used directly as a fixture in the
qube fixture. This is because 'all_vms' is function-scoped and qube is
module-scoped. The practical solution here is to just us Qubes().domains
direclty.1 parent 8c78f3c commit 3c6bddd
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments