Skip to content

Commit cae6a8b

Browse files
committed
formatting\
1 parent 75fe5a2 commit cae6a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/testutils_lc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def spawn_container(self,
197197
run_cmd.extend(["--cap-add", "SYS_ADMIN"])
198198
run_cmd.extend(["--device", "/dev/fuse"])
199199
run_cmd.extend(["-e", f"CONTAINER_NAME={self._uuid}"])
200-
run_cmd.extend(["-e", f"CONTAINER_ENCRYPTION_KEY={"_DUMMY_CONT_KEY"}"])
200+
run_cmd.extend(["-e", "CONTAINER_ENCRYPTION_KEY=_DUMMY_CONT_KEY"])
201201
run_cmd.extend(["-e", "WEBSITE_PLACEHOLDER_MODE=1"])
202202
run_cmd.extend(["-v", f'{worker_path}:{container_worker_path}'])
203203
run_cmd.extend(["-v",

0 commit comments

Comments
 (0)