fix: correct indentation on line 380 in integration-tests.yml
Some checks failed
security-scanning / audit (push) Successful in 1m26s
integration-tests / test-service-integration (push) Failing after 3m24s

This commit is contained in:
2026-03-28 08:05:21 +01:00
parent 05f5e53328
commit b712ba2f70

View File

@@ -319,7 +319,7 @@ jobs:
echo ' else:' >> test_integration.py echo ' else:' >> test_integration.py
echo ' print("⚠️ Some services not communicating properly (mock)")' >> test_integration.py echo ' print("⚠️ Some services not communicating properly (mock)")' >> test_integration.py
else else
echo "<EFBFBD> Testing service-to-service communication..." echo "🔗 Testing service-to-service communication..."
# Create real test script # Create real test script
echo 'import requests' > test_integration.py echo 'import requests' > test_integration.py