john-bodley commented on code in PR #24675:
URL: https://github.com/apache/superset/pull/24675#discussion_r1261605863


##########
tests/integration_tests/cache_tests.py:
##########
@@ -46,7 +46,7 @@ def test_no_data_cache(self):
         app.config["DATA_CACHE_CONFIG"] = {"CACHE_TYPE": "NullCache"}
         cache_manager.init_app(app)
 
-        slc = self.get_slice("Girls", db.session)
+        slc = self.get_slice("Top 10 Girl Name Share", db.session)

Review Comment:
   Switching out for a legacy chart which invokes the `/superset/explore_json` 
RESTful API endpoint.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to