fix: remove expose (#19700)

* bumping shillelagh

* remove expose
This commit is contained in:
AAfghahi
2022-04-17 01:02:23 -04:00
committed by GitHub
parent ae70212df3
commit 57157c8b15
3 changed files with 3 additions and 17 deletions

View File

@@ -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):
"""