Skip to content

Commit

Permalink
missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Aug 14, 2023
1 parent 6dfbbd6 commit a8114b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def test_run_windows(exec, workers, docker, wsl, cmd):
)
def test_run_unix(exec, workers, docker, cmd):
cmd.replace("PLACEHOLDER", f"-e LOCAL_USER_ID={os.getuid()}")
test_run(exec, workers, docker, cmd)
test_run(exec, workers, docker, False, cmd)

0 comments on commit a8114b6

Please sign in to comment.