fix: add missing 'fi' to close if statement in cross-service communication section
Some checks failed
security-scanning / audit (push) Successful in 1m19s
integration-tests / test-service-integration (push) Failing after 3m25s

This commit is contained in:
2026-03-28 08:10:49 +01:00
parent b712ba2f70
commit 7bfb3c4601

View File

@@ -378,7 +378,7 @@ jobs:
echo ' print("✅ All services communicating successfully")' >> test_integration.py
echo ' else:' >> test_integration.py
echo ' print("⚠️ Some services not communicating properly")' >> test_integration.py
fi
# Run integration test
python test_integration.py