From a446d774a77a350eb114303d4bd07c92db854323 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 26 Oct 2021 21:56:06 +0100 Subject: [PATCH] remove currency run check --- currency/examples.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/currency/examples.json b/currency/examples.json index 7c0698e..64ba6b5 100644 --- a/currency/examples.json +++ b/currency/examples.json @@ -3,7 +3,7 @@ { "title": "Get supported codes", "description": "Returns the supported currency codes (example response)", - "run_check": true, + "run_check": false, "request": {}, "response": { "codes": [ @@ -35,7 +35,7 @@ { "title": "Get rates for USD", "description": "Returns the rates for USD (sample response)", - "run_check": true, + "run_check": false, "request": { "code": "USD" }, @@ -60,7 +60,7 @@ { "title": "Convert USD to GBP", "description": "Convert from USD to GBP", - "run_check": true, + "run_check": false, "request": { "from": "USD", "to": "GBP" @@ -74,7 +74,7 @@ { "title": "Convert $10 USD to GBP", "description": "Convert $10 from USD to GBP", - "run_check": true, + "run_check": false, "request": { "from": "USD", "to": "GBP",