lorax/tests/cli
Brian C. Lane d65a502861 Report an error if the blueprint doesn't exist
composer-cli uses TOML for 'blueprints save' which was returning an
empty 200 response if the blueprint didn't exist. Change this to return
a standard 400 error response if the blueprint doesn't exist.

composer-cli is already setup to handle receiving json when an error is
returned so just the toml API response for `blueprints/save` needed to
be changed.
2018-10-05 09:09:10 -07:00
..
test_blueprints_sanity.sh Report an error if the blueprint doesn't exist 2018-10-05 09:09:10 -07:00
test_compose_sanity.sh Add new compose types to compose sanity test 2018-10-05 09:09:10 -07:00