Skip to content

Commit

Permalink
fix: fix api tests for test_available (#15210)
Browse files Browse the repository at this point in the history
* fix: add icons (#15122)

* added alerts

* revisions

* added icon

* fixes api tests
  • Loading branch information
AAfghahi authored Jun 17, 2021
1 parent 0b306a4 commit f8acc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/databases/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit f8acc5f

Please sign in to comment.