dpgaspar commented on a change in pull request #8960: fix: shut off unneeded 
endpoints
URL: 
https://github.com/apache/incubator-superset/pull/8960#discussion_r368985172
 
 

 ##########
 File path: tests/core_tests.py
 ##########
 @@ -345,7 +345,7 @@ def test_add_slice(self):
     def test_get_user_slices(self):
         self.login(username="admin")
         userid = security_manager.find_user("admin").id
-        url = "/sliceaddview/api/read?_flt_0_created_by={}".format(userid)
+        url = "/sliceasync/api/read?_flt_0_created_by={}".format(userid)
 
 Review comment:
   nit: Take the chance to use f strings

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to