automated terminal push
This commit is contained in:
10
infrastructure/services/Jenkinsfile
vendored
10
infrastructure/services/Jenkinsfile
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user