Skip to content

Commit

Permalink
chore: add @pytest.mark.sql_json_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 authored Dec 16, 2021
1 parent a73bfb4 commit f4ac502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/sqllab_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
QUERY_2 = "SELECT * FROM NO_TABLE"
QUERY_3 = "SELECT * FROM birth_names LIMIT 10"


@pytest.mark.sql_json_flow
class TestSqlLab(SupersetTestCase):
"""Testings for Sql Lab"""

Expand Down

0 comments on commit f4ac502

Please sign in to comment.