Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .changeset/available-actions-non-guaranteed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
"adcontextprotocol": patch
---

compliance(media-buy): the `available_actions` scenario uses a non-guaranteed product fixture so `sales-non-guaranteed`-only sellers can run it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ fixtures:
# sellers (a guaranteed-only fixture made create_buy_from_product fail with
# DELIVERY_MODE_NOT_SUPPORTED, cascading the whole available-actions flow).
# The allowed_actions below — what this scenario actually grades — are
# delivery-type-agnostic. Mirrors the base media-buy flow fix.
# delivery-type-agnostic. Keep this fixture non-guaranteed when extending
# the scenario; it mirrors the base media-buy flow compatibility fix.
delivery_type: "non_guaranteed"
channels: ["display"]
format_ids:
Expand Down
Loading