From f8acc5fc41f63907c647a3261b24ab947cc32b21 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Wed, 16 Jun 2021 21:28:56 -0400 Subject: [PATCH] fix: fix api tests for test_available (#15210) * fix: add icons (#15122) * added alerts * revisions * added icon * fixes api tests --- tests/databases/api_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/databases/api_tests.py b/tests/databases/api_tests.py index 59023cca4ba75..bf8feb44fb82f 100644 --- a/tests/databases/api_tests.py +++ b/tests/databases/api_tests.py @@ -1496,7 +1496,8 @@ def test_available(self, app, get_available_engine_specs): "description": "Contents of BigQuery JSON credentials.", "type": "string", "x-encrypted-extra": True, - } + }, + "query": {"type": "object"}, }, "type": "object", },