From d1ebd1d1fce761ca33d2a012b8cd3a4ddfb255fe Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Tue, 2 Nov 2021 15:54:20 +0100
Subject: [PATCH] Fix test

---
 arkindex/documents/tests/test_transcriptions.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arkindex/documents/tests/test_transcriptions.py b/arkindex/documents/tests/test_transcriptions.py
index 60fc1c6ce7..dab8bfbf6b 100644
--- a/arkindex/documents/tests/test_transcriptions.py
+++ b/arkindex/documents/tests/test_transcriptions.py
@@ -138,6 +138,8 @@ class TestTranscriptions(FixtureAPITestCase):
                         'id': str(self.page.id),
                         'polygon': [[0, 0], [0, 1000], [1000, 1000], [1000, 0], [0, 0]],
                     },
+                    'rotation_angle': 0,
+                    'mirrored': False
                 },
             }
         ])
-- 
GitLab