Skip to content

Commit

Permalink
Add clarifying comments
Browse files Browse the repository at this point in the history
  • Loading branch information
8W9aG committed Jan 9, 2025
1 parent 96f51c6 commit 7b79594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-integration/test_integration/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,6 @@ def test_cog_installs_apt_packages(docker_image):
cwd=project_dir,
capture_output=True,
)
# Test that the build completes successfully.
# If the apt-packages weren't installed the run command would fail.
assert build_process.returncode == 0

0 comments on commit 7b79594

Please sign in to comment.