Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Aug 14, 2023
1 parent a8114b6 commit 0a9b4cf
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 @@ -83,5 +83,5 @@ 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()}")
cmd = cmd.replace("PLACEHOLDER", f"-e LOCAL_USER_ID={os.getuid()}")
test_run(exec, workers, docker, False, cmd)

0 comments on commit 0a9b4cf

Please sign in to comment.