diff --git a/tests/functional/adapter/persist_docs/test_persist_docs.py b/tests/functional/adapter/persist_docs/test_persist_docs.py index dfcc277fc..edfcd6b7f 100644 --- a/tests/functional/adapter/persist_docs/test_persist_docs.py +++ b/tests/functional/adapter/persist_docs/test_persist_docs.py @@ -82,6 +82,7 @@ class TestPersistDocsDeltaView: @pytest.fixture(scope="class") def models(self): return { + "table_delta_model.sql": _MODELS__TABLE_DELTA_MODEL, "view_delta_model.sql": _MODELS__VIEW_DELTA_MODEL, "schema.yml": _PROPERTIES__MODELS, }