Skip to content

Commit

Permalink
usefixture for citext
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Oct 10, 2023
1 parent 29e3aaa commit a80015d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ def get_schemas_for_type_recognition(self) -> dict[str, Sequence[DefaultSyncConn
],
}

@pytest.mark.usefixtures("enabled_citext_extension")
def test_type_recognition(
self,
request,
db: Db,
sync_connection_executor: SyncConnExecutorBase,
enabled_citext_extension,
) -> None:
super().test_type_recognition(request, db, sync_connection_executor)

Expand Down

0 comments on commit a80015d

Please sign in to comment.