lorax/tests/cli
Brian C. Lane 6da3079349 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-03 16:41:49 -07:00
..
test_blueprints_sanity.sh Report an error if the blueprint doesn't exist 2018-10-03 16:41:49 -07:00
test_compose_sanity.sh Add new compose types to compose sanity test 2018-10-02 11:54:41 -04:00