Skip to content

Commit 4c8dd76

Browse files
committed
Fix one instance of PostgresJSON
1 parent d3289f8 commit 4c8dd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def test_sql_explain_checks_show_toolbar(self):
312312
def test_sql_explain_postgres_json_field(self):
313313
url = "/__debug__/sql_explain/"
314314
base_query = (
315-
'SELECT * FROM "tests_postgresjson" WHERE "tests_postgresjson"."field" @>'
315+
'SELECT * FROM "tests_json" WHERE "tests_json"."field" @>'
316316
)
317317
query = base_query + """ '{"foo": "bar"}'"""
318318
data = {

0 commit comments

Comments
 (0)