From ec4fd70e1e503373df065811386ccfed78db92cc Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Thu, 30 Dec 2021 20:31:36 +0100 Subject: [PATCH] Update customer.yml Fixes broken JSON in example --- examples/mocks/customer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }