From 7bfb3c4601ed2840e8479c28a3ae6b55732d12f1 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Sat, 28 Mar 2026 08:10:49 +0100 Subject: [PATCH] fix: add missing 'fi' to close if statement in cross-service communication section --- .gitea/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/integration-tests.yml b/.gitea/workflows/integration-tests.yml index 4e00948e..bf5c3ab0 100644 --- a/.gitea/workflows/integration-tests.yml +++ b/.gitea/workflows/integration-tests.yml @@ -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