fix: minor fixes to integration tests
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.11) (push) Failing after 48s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.12) (push) Failing after 20s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 1m17s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 20s
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.11) (push) Failing after 48s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.12) (push) Failing after 20s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 1m17s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 20s
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
7
tests/conftest.py
Normal file
7
tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def auto_enable_custom_integrations(enable_custom_integrations):
|
||||
"""Enable custom integrations for all tests."""
|
||||
yield
|
Reference in New Issue
Block a user