Closed sukrit007 closed 9 years ago
Given: Deployment with check attempts using template
deployers: default: deployment: check: attempts: "{{ check_attempts}}"
When: I deploy the deployment using orchestrator
Then: Deploy fails due to number validation error.
Expected: Orchestrator should have converted the string values to number
Given: Deployment with check attempts using template
When: I deploy the deployment using orchestrator
Then: Deploy fails due to number validation error.
Expected: Orchestrator should have converted the string values to number