Files
bot-bottle/tests/integration
didericis 8795616a99
lint / lint (push) Successful in 1m26s
test / unit (pull_request) Successful in 33s
test / integration (pull_request) Successful in 44s
fix: correct pipelock constant imports in test file
Fixed ImportError in test_pipelock_apply.py:
- PIPELOCK_CA_CERT_IN_CONTAINER and PIPELOCK_CA_KEY_IN_CONTAINER
  are defined in bot_bottle.pipelock, not bot_bottle.backend.docker.pipelock
- Corrected import statement to import from correct module
- Removed unnecessary type: ignore comments

This fixes the integration test import failure.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-04 12:08:36 -04:00
..