From 053ca3af698c6040ee8dcbaada34273a56226bfc Mon Sep 17 00:00:00 2001 From: Tommy Situ Date: Sun, 14 Apr 2024 18:36:17 +0800 Subject: [PATCH] Clean up temp files --- csv-templating.json | 31 ------------------------------- orders.csv | 5 ----- 2 files changed, 36 deletions(-) delete mode 100644 csv-templating.json delete mode 100644 orders.csv diff --git a/csv-templating.json b/csv-templating.json deleted file mode 100644 index dd91a45fa..000000000 --- a/csv-templating.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "data": { - "pairs": [ - { - "request": { - "destination": [ - { - "matcher": "exact", - "value": "helloworld-test.com" - } - ] - }, - "response": { - "status": 200, - "body": "{\n \"created\": \"09-05-2023\",\n \"itemName\": \"{{ csv 'orders' 'id' (Request.Body 'jsonpath' '$.id') 'name' }}\"\n}\n", - "encodedBody": false, - "templated": true - } - } - ], - "globalActions": { - "delays": [], - "delaysLogNormal": [] - } - }, - "meta": { - "schemaVersion": "v5.2", - "hoverflyVersion": "v1.5.3", - "timeExported": "2023-09-05T23:00:14+01:00" - } -} diff --git a/orders.csv b/orders.csv deleted file mode 100644 index a70033c48..000000000 --- a/orders.csv +++ /dev/null @@ -1,5 +0,0 @@ -id,name,quantity,unit price -5553686208582,shirts,10,29 -2,pants,1,12 -3,hats,4,5.5 -*,catchall,10,10