Skip to content

Commit

Permalink
Update system-tests/lib/docker.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
  • Loading branch information
flotwig and ryanthemanuel committed Feb 18, 2022
1 parent f4b38cc commit 8edab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/lib/docker.ts
Expand Up @@ -51,7 +51,7 @@ class DockerProcess extends EventEmitter implements SpawnerResult {
run (opts: {
cmd: string
args: string[]
env: any
env: Record<string, string>
}) {
const containerCreateEnv = []

Expand Down

0 comments on commit 8edab02

Please sign in to comment.