Skip to content

fix(#251): format onboarding model tests for CI - #266

Merged
mottych merged 1 commit into
masterfrom
hotfix/issue-251-scan-website-items-to-adjust
Mar 12, 2026
Merged

fix(#251): format onboarding model tests for CI#266
mottych merged 1 commit into
masterfrom
hotfix/issue-251-scan-website-items-to-adjust

Conversation

@mottych

@mottych mottych commented Mar 12, 2026

Copy link
Copy Markdown
Owner

Summary

Validation

  • uvx ruff format coaching/tests/unit/test_onboarding_models.py
  • uvx ruff check coaching/tests/unit/test_onboarding_models.py
  • .venv\Scripts\python -m pytest coaching/tests/unit/test_onboarding_models.py -k WebsiteScanResponse

Made with Cursor

Align test file formatting with ruff so master CI format checks pass after hotfix promotion.

Made-with: Cursor
@pulumi

pulumi Bot commented Mar 12, 2026

Copy link
Copy Markdown

🍹 The Update for mottych/purposepath-coaching-api/preprod (at 45fa958) was successful.

✨ Neo Explanation

A 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 Analysis

A 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 BUILD_TIMESTAMP, indicating a fresh build from the latest source code.

Dependency Chain

A new Docker image was built from the coaching service's Dockerfile → pushed to ECR with a new content digest → the Lambda function's imageUri is updated to point to the new image digest, replacing the previous image (built on March 12th) with the newly built one.

Risk analysis

No 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

@mottych
mottych merged commit 781c595 into master Mar 12, 2026
4 checks passed
@mottych
mottych deleted the hotfix/issue-251-scan-website-items-to-adjust branch March 12, 2026 04:01
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