diff --git a/examples/mocks/customer.yml b/examples/mocks/customer.yml index b937d13..72127b5 100644 --- a/examples/mocks/customer.yml +++ b/examples/mocks/customer.yml @@ -29,7 +29,7 @@ paths: responseTemplates: application/json: | { - id: 1 - username: john@doe.com - password: #someRandomPassword + "id": 1 + "username": "john@doe.com" + "password": "#someRandomPassword" }