Skip to content

Commit c2dc5e0

Browse files
committed
why run tests locally if you don't check them?
1 parent a34d08c commit c2dc5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def get_windows_safe_factory(**execkwargs):
1515
makekwargs = {'find_default_container': functools.partial(
1616
force_default_container, windows_default_container_id),
1717
'use_container': True}
18-
execkwargs['default_container': windows_default_container_id]
18+
execkwargs['default_container'] = windows_default_container_id
1919
else:
20-
opts = {}
20+
makekwargs = {}
2121
return Factory(makekwargs=makekwargs, **execkwargs)
2222

2323
def force_default_container(default_container_id, builder):

0 commit comments

Comments
 (0)