API/Quotas: Expose "ignore_for_event_availability" (Z#23202218) (#5324)

This commit is contained in:
Martin Gross
2025-07-28 18:22:39 +02:00
committed by GitHub
parent 724a109c52
commit f5b0454e9f
3 changed files with 15 additions and 7 deletions

View File

@@ -1896,7 +1896,8 @@ TEST_QUOTA_RES = {
"subevent": None,
"close_when_sold_out": False,
"release_after_exit": False,
"closed": False
"closed": False,
"ignore_for_event_availability": False,
}