Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
freider committed Jan 10, 2025
1 parent a887cf1 commit 0dbac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mount_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def has_warning(output: str):
)
assert not has_warning(output)

# copying the source to the image should make the warning disappear
# *copying* the source to the image should make the warning disappear too
output = deploy_app_externally(
servicer, credentials, "pkg_d.main", cwd=supports_dir, capture_output=True, env={"ADD_SOURCE": "copy"}
)
Expand Down

0 comments on commit 0dbac39

Please sign in to comment.