Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 20, 2023
1 parent c052b95 commit bd6afd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_can_take_ownership_of_a_file(tmp_path, managed_docker):
expected = [
"docker",
"run",
"--rm",
*privateer2.util.mounts_str(mounts),
"-w",
"/src",
Expand Down

0 comments on commit bd6afd1

Please sign in to comment.