Danger Training exercise. # Experience review ## What made you smile? * Once someone learns `outputs` syntax it is quite intuitive ## What did you find confusing? * There was no way to run Spot in Reunite * We were struggling when running tests against https://api.fake-museum-example.com/v1.1/ server * We didn't find an option to specify basic auth headers with some yaml syntax, we've had to caculate header value on our own * When making final request to mock server to get qr code we have received 500 error response: ``` "message": "Mock server error. Could not generate response. No supported media type found in definition." ```