Files
superset2/tests/unit_tests/common
Claude Code 05a9b47f1a test(bigquery): add bq_memory_limited defaults to existing mocks
The new bq_memory_limited warning path in get_df_payload iterates all
cache mocks in existing tests. Those pre-existing tests don't set
bq_memory_limited on their MagicMock/MockCache instances, causing
TypeErrors on f-string format or AttributeErrors. Set the field to
False/0 in the three impacted tests so they exercise the no-warning
code path.
2026-04-18 16:13:26 -07:00
..