Skip to content

Storyboard governance_denied uses hardcoded past date for start_time #2653

@junystar

Description

@junystar

Problem

The media_buy_seller/governance_denied and media_buy_seller/governance_denied_recovery storyboards send a hardcoded start_time: "2026-04-01T00:00:00Z" in the create_media_buy step. This date is now in the past, causing agents to return INVALID_REQUEST (past start time) instead of GOVERNANCE_DENIED. The storyboard fails even when the agent is correctly implemented.

Expected Behavior

The storyboard should use a dynamic future date (e.g. now + 30 days) for start_time so the governance denial logic can be reached.

Affected Storyboards

-media_buy_seller/governance_denied — step: create_media_buy_denied
-media_buy_seller/governance_denied_recovery — step: buy_denied

Suggested Fix

Replace hardcoded start_time with a dynamic expression evaluated at test runtime (e.g. {{ now + 30d }} or equivalent in the storyboard DSL).

Spec Files Affected

  • Storyboard fixture for media_buy_seller/governance_denied
  • Storyboard fixture for media_buy_seller/governance_denied_recovery

Reported via Addie

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclaude-triagedIssue has been triaged by the Claude Code triage routine. Remove to re-triage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions