mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
@@ -1135,7 +1135,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
uri = f"api/v1/database/?q={prison.dumps(arguments)}"
|
||||
rv = self.client.get(uri)
|
||||
data = json.loads(rv.data.decode("utf-8"))
|
||||
assert data["count"] == 0
|
||||
assert data["count"] == 1
|
||||
|
||||
def test_get_allow_file_upload_filter_no_permission(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user