Skip to content
Snippets Groups Projects
Verified Commit d1ebd1d1 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix test

parent 11cd696c
No related branches found
No related tags found
No related merge requests found
......@@ -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
},
}
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment