You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/08/09 15:00:20 UTC

[superset] branch upload_gsheets updated: Fix old test

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch upload_gsheets
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/upload_gsheets by this push:
     new c1b020aef4 Fix old test
c1b020aef4 is described below

commit c1b020aef4a42f64557573e494043695b122bc04
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Wed Aug 9 07:59:51 2023 -0700

    Fix old test
---
 tests/integration_tests/databases/api_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration_tests/databases/api_tests.py b/tests/integration_tests/databases/api_tests.py
index 8bf4867d01..9ddb485da4 100644
--- a/tests/integration_tests/databases/api_tests.py
+++ b/tests/integration_tests/databases/api_tests.py
@@ -3153,7 +3153,7 @@ class TestDatabaseApi(SupersetTestCase):
                     "preferred": False,
                     "sqlalchemy_uri_placeholder": "gsheets://",
                     "engine_information": {
-                        "supports_file_upload": False,
+                        "supports_file_upload": True,
                         "disable_ssh_tunneling": True,
                     },
                 },