contrib: Kill `refund`
[nit.git] / contrib / refund / tests / client_error1.json
diff --git a/contrib/refund/tests/client_error1.json b/contrib/refund/tests/client_error1.json
deleted file mode 100644 (file)
index eef9501..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-    "dossier": "A",
-    "mois": "2015-01",
-    "reclamations": [
-        {
-            "soin": 100,
-            "date": "2015-01-11",
-            "montant": "234.00$"
-        },
-        {
-            "soin": 200,
-            "date": "2015-01-13",
-            "montant": "90.00$"
-        },
-        {
-            "soin": 334,
-            "date": "2015-01-23",
-            "montant": "125.00$"
-        }
-    ]
-}