diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 031b09c..fc076dd 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -238,11 +238,11 @@ print('✅ Flask app import successful') # Test app creation with app.test_client() as client: -response = client.get('/health') -assert response.status_code == 200 -print('✅ Health endpoint test passed') -print(f'Health response: {response.get_json()}') - " + response = client.get('/health') + assert response.status_code == 200 + print('✅ Health endpoint test passed') + print(f'Health response: {response.get_json()}') +" echo "✅ Application tests completed"