We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3289f8 commit 4c8dd76Copy full SHA for 4c8dd76
tests/test_integration.py
@@ -312,7 +312,7 @@ def test_sql_explain_checks_show_toolbar(self):
312
def test_sql_explain_postgres_json_field(self):
313
url = "/__debug__/sql_explain/"
314
base_query = (
315
- 'SELECT * FROM "tests_postgresjson" WHERE "tests_postgresjson"."field" @>'
+ 'SELECT * FROM "tests_json" WHERE "tests_json"."field" @>'
316
)
317
query = base_query + """ '{"foo": "bar"}'"""
318
data = {
0 commit comments