fix(#251): format onboarding model tests for CI - #266
Merged
Conversation
Align test file formatting with ruff so master CI format checks pass after hotfix promotion. Made-with: Cursor
|
🍹 The Update for mottych/purposepath-coaching-api/preprod (at 45fa958) was successful. ✨ Neo ExplanationA new version of the coaching API is being deployed to preprod by updating the Lambda function to run a freshly built Docker image. All other infrastructure (21 resources) remains unchanged.Root Cause AnalysisA new version of the coaching API application has been built and is being deployed to the preprod environment. The Docker image was rebuilt with a new Dependency ChainA new Docker image was built from the coaching service's Dockerfile → pushed to ECR with a new content digest → the Lambda function's Risk analysisNo risky changes detected. This is a standard container-based Lambda deployment — no stateful resources (databases, storage) are being modified or replaced. Resource Changes Name Type Operation
~ coaching-api aws:lambda/function:Function update
~ coaching-image docker:index/image:Image update
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ruff formattocoaching/tests/unit/test_onboarding_models.py.Run Ruff (Format Check)failure seen on master pipeline run22985493500after hotfix PR fix(#251): enforce strict website_scan v2 contract #265 merge.Validation
uvx ruff format coaching/tests/unit/test_onboarding_models.pyuvx ruff check coaching/tests/unit/test_onboarding_models.py.venv\Scripts\python -m pytest coaching/tests/unit/test_onboarding_models.py -k WebsiteScanResponseMade with Cursor