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

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-09-28 14:09:34 +01:00
parent 329de0de5d
commit bbc7f72578
3 changed files with 60 additions and 5 deletions

7
tests/conftest.py Normal file
View 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