dmarkey commented on code in PR #30132:
URL: https://github.com/apache/superset/pull/30132#discussion_r1752183489


##########
tests/integration_tests/security/api_tests.py:
##########
@@ -138,6 +138,85 @@ def test_post_guest_token_bad_resources(self):
         self.assert400(response)
 
 
+@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices", 
scope="class")
+class TestSecurityGuestTokenApiTokenValidator(SupersetTestCase):
+    uri = "api/v1/security/guest_token/"  # noqa: F541

Review Comment:
   Na, I just copied from the class above (which I also removed the `#noqa` 
for.)



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to