-
- Downloads
Add missing "is" assertions to various tests (#15254)
* Add missing "is" assertions to various tests * Fixing save-card-with-empty-result-metadata-test by simply asserting on API response * Fix more failing tests * Switch row-type-agnostic-test back to strings for expected * Modify check for convert-id-to-string to also include keys whose :base_type is :type/Number, in addition to :type/Integer to fix failures in Oracle and Snowflake
Showing
- modules/drivers/redshift/test/metabase/driver/redshift_test.clj 4 additions, 3 deletions...s/drivers/redshift/test/metabase/driver/redshift_test.clj
- src/metabase/query_processor/middleware/large_int_id.clj 2 additions, 1 deletionsrc/metabase/query_processor/middleware/large_int_id.clj
- test/metabase/api/automagic_dashboards_test.clj 1 addition, 2 deletionstest/metabase/api/automagic_dashboards_test.clj
- test/metabase/api/card_test.clj 17 additions, 10 deletionstest/metabase/api/card_test.clj
- test/metabase/api/dashboard_test.clj 2 additions, 2 deletionstest/metabase/api/dashboard_test.clj
- test/metabase/api/search_test.clj 1 addition, 1 deletiontest/metabase/api/search_test.clj
- test/metabase/api/setting_test.clj 2 additions, 2 deletionstest/metabase/api/setting_test.clj
- test/metabase/api/user_test.clj 15 additions, 15 deletionstest/metabase/api/user_test.clj
- test/metabase/models/collection_test.clj 3 additions, 3 deletionstest/metabase/models/collection_test.clj
- test/metabase/query_processor/middleware/permissions_test.clj 21 additions, 21 deletions.../metabase/query_processor/middleware/permissions_test.clj
- test/metabase/query_processor/reducible_test.clj 3 additions, 3 deletionstest/metabase/query_processor/reducible_test.clj
- test/metabase/query_processor_test/date_bucketing_test.clj 1 addition, 1 deletiontest/metabase/query_processor_test/date_bucketing_test.clj
- test/metabase/query_processor_test/nested_queries_test.clj 11 additions, 11 deletionstest/metabase/query_processor_test/nested_queries_test.clj
- test/metabase/query_processor_test/page_test.clj 6 additions, 6 deletionstest/metabase/query_processor_test/page_test.clj
- test/metabase/query_processor_test/share_test.clj 4 additions, 4 deletionstest/metabase/query_processor_test/share_test.clj
- test/metabase/timeseries_query_processor_test.clj 5 additions, 5 deletionstest/metabase/timeseries_query_processor_test.clj
- test/metabase/util/date_2_test.clj 2 additions, 2 deletionstest/metabase/util/date_2_test.clj
Loading
Please register or sign in to comment