michael-s-molina commented on code in PR #24983: URL: https://github.com/apache/superset/pull/24983#discussion_r1295022471
########## tests/integration_tests/sql_lab/api_tests.py: ########## @@ -37,11 +37,76 @@ from superset.models.sql_lab import Query from tests.integration_tests.base_tests import SupersetTestCase +from tests.integration_tests.fixtures.users import create_gamma_sqllab_no_data QUERIES_FIXTURE_COUNT = 10 class TestSqlLabApi(SupersetTestCase): Review Comment: Could you add a test for forbidden access? -- 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]
