Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/workflow/daily_model_inventory_workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestDailyModelInventoryWorkflowFetchesReflectInAgentPrompt(t *testing.T) {
t.Fatalf("expected workflow prompt to fetch Copilot reflect data from api-proxy")
}

if !strings.Contains(sourceContentStr, "the `billing.multiplier` field as the authoritative ET multiplier value") {
if !strings.Contains(sourceContentStr, "the `billing.multiplier` field to cross-check the SDK multiplier") {
t.Fatalf("expected workflow prompt to use billing.multiplier from reflect as the primary source of truth")
}
}