From 33c7bcebd3d43cf56141078785d873056ed44df1 Mon Sep 17 00:00:00 2001
From: Andreas Ellewsen <andreas.ellewsen@usit.uio.no>
Date: Fri, 21 Aug 2020 09:37:00 +0200
Subject: [PATCH] Fix broken tests

---
 tests/fixtures/multi_fixture.json | 4 ++--
 tests/fixtures/trans_fixture.json | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/fixtures/multi_fixture.json b/tests/fixtures/multi_fixture.json
index 8749f42..dd0b763 100644
--- a/tests/fixtures/multi_fixture.json
+++ b/tests/fixtures/multi_fixture.json
@@ -9,14 +9,13 @@
   },
   "vouchers": [
     {
-      "batchid": 55,
-      "voucherno_interface": 1,
       "exref": 1,
       "voucherno": 66
     }
   ],
   "transactions": [
     {
+      "voucherno_interface": 1,
       "voucherid": 66,
       "account": 1,
       "amount": 1,
@@ -41,6 +40,7 @@
       "extinvref": 1
     },
     {
+      "voucherno_interface": 1,
       "voucherid": 66,
       "account": 2,
       "amount": 2,
diff --git a/tests/fixtures/trans_fixture.json b/tests/fixtures/trans_fixture.json
index ddbaaf0..8d0ac05 100644
--- a/tests/fixtures/trans_fixture.json
+++ b/tests/fixtures/trans_fixture.json
@@ -1,4 +1,5 @@
 {
+  "voucherno_interface": 1,
   "voucherid": 1,
   "account": 1,
   "amount": 1,
-- 
GitLab