automated terminal push

This commit is contained in:
lenape
2025-08-06 04:29:11 +00:00
parent 57b7dfecfb
commit 185d3e6123

View File

@@ -238,11 +238,11 @@ print('✅ Flask app import successful')
# Test app creation # Test app creation
with app.test_client() as client: with app.test_client() as client:
response = client.get('/health') response = client.get('/health')
assert response.status_code == 200 assert response.status_code == 200
print('✅ Health endpoint test passed') print('✅ Health endpoint test passed')
print(f'Health response: {response.get_json()}') print(f'Health response: {response.get_json()}')
" "
echo "✅ Application tests completed" echo "✅ Application tests completed"