Skip to content

fix(tests): update container startup tests for preiweb service rename - #351

Merged
paruff merged 1 commit into
mainfrom
fix/container-startup-tests-preiweb-rename
Aug 19, 2026
Merged

fix(tests): update container startup tests for preiweb service rename#351
paruff merged 1 commit into
mainfrom
fix/container-startup-tests-preiweb-rename

Conversation

@paruff

@paruff paruff commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • python -m pytest tests/test_container_startup.py -v — 9/9 pass (was 3 failed, 6 passed)
  • pre-commit run --files tests/test_container_startup.py — clean
  • Confirmed no other stale "web" service-key references anywhere in the repo (grep -rn across .py/.yml)

test_container_startup.py still looked up docker-compose.yml's web
service by its old key ("web"), which became "preiweb" in 7253ef4
(rename compose service web to preiweb for observability clarity).
The compose file's actual config was never wrong — the test's dict
lookups just returned {} for everything, failing 3 assertions on
every PR's Integration Tests job regardless of what the PR touched.
@paruff
paruff merged commit 2ca1bc0 into main Aug 19, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant