mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
feat: improve GSheets OAuth2 (#32048)
This commit is contained in:
@@ -71,6 +71,7 @@ def test_command_invalid(mocker: MockerFixture) -> None:
|
||||
properties = {
|
||||
"engine": "gsheets",
|
||||
"driver": "gsheets",
|
||||
"catalog": {"": "https://example.org/"},
|
||||
}
|
||||
command = ValidateDatabaseParametersCommand(properties)
|
||||
with pytest.raises(InvalidParametersError) as excinfo:
|
||||
|
||||
Reference in New Issue
Block a user