@@ -21,7 +21,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
2121 assert '"conclusion": "success"' in workflow
2222 assert '"QuantStrategyLab/UsEquitySnapshotPipelines"' in workflow
2323 assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
24- assert "ref: 1b9c68dcc63be3fcd6ad72ecc20cff9e791d533f " in workflow
24+ assert "ref: 2d572658df6e1e82ce822e782e4a717beda4cf83 " in workflow
2525 assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2626 assert "scripts/run_walk_forward_backtest.py" in workflow
2727 assert '"--list-lifecycle-profiles"' in workflow
@@ -30,15 +30,15 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
3030 assert "LIFECYCLE_PREFLIGHT_BUNDLE_ROOT" in workflow
3131 assert "Upload lifecycle preflight artifact" in workflow
3232 assert "actions/upload-artifact@v7" in workflow
33- assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@1b9c68dcc63be3fcd6ad72ecc20cff9e791d533f " in workflow
33+ assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@2d572658df6e1e82ce822e782e4a717beda4cf83 " in workflow
3434 assert "strategy_domain: us_equity" in workflow
3535 assert "caller_event_name: ${{ github.event_name }}" in workflow
3636 assert "caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}" in workflow
3737 assert "snapshot_repository: QuantStrategyLab/UsEquitySnapshotPipelines" in workflow
3838 assert "snapshot_checkout_path: external/UsEquitySnapshotPipelines" in workflow
3939 assert "ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}" in workflow
4040 assert "lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
41- assert "quant_platform_kit_ref: 1b9c68dcc63be3fcd6ad72ecc20cff9e791d533f " in workflow
41+ assert "quant_platform_kit_ref: 2d572658df6e1e82ce822e782e4a717beda4cf83 " in workflow
4242 assert "strategy_profile:" in workflow
4343 assert "REQUESTED_STRATEGY_PROFILE: ${{ inputs.strategy_profile || '' }}" in workflow
4444 assert '"--list-profiles"' in workflow
0 commit comments