Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 21, 2025
1 parent 2f38ede commit 6d441b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/base_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_image_entrypoint_starts(self, image: str, sysctls) -> None:
# mounts=[docker.types.Mount(target="/opt/app-root/src/", source="", type="volume", no_copy=True)],
# can use tmpfs=, keep in mind `notmpcopyup` opt is podman specific
tmpfs={"/opt/app-root/src": "rw,notmpcopyup"},
)
)
try:
try:
container.start()
Expand Down

0 comments on commit 6d441b5

Please sign in to comment.