فهرست منبع

Injected s3_object to core sections

FORCHA PEARL 1 سال پیش
والد
کامیت
05d0240bcd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tests/conftest.py

+ 1 - 0
tests/conftest.py

@@ -88,6 +88,7 @@ def inject_core_sections():
                 ("configure_pickle_data_node", DataNodeConfig._configure_pickle),
                 ("configure_pickle_data_node", DataNodeConfig._configure_pickle),
                 ("configure_excel_data_node", DataNodeConfig._configure_excel),
                 ("configure_excel_data_node", DataNodeConfig._configure_excel),
                 ("configure_generic_data_node", DataNodeConfig._configure_generic),
                 ("configure_generic_data_node", DataNodeConfig._configure_generic),
+                ("configure_s3_object_data_node", DataNodeConfig._configure_s3_object),
             ],
             ],
         )
         )
         _inject_section(
         _inject_section(