diff --git a/tests/test_elements_worker/test_transcriptions.py b/tests/test_elements_worker/test_transcriptions.py index 1b59548d3e5fc7c7d819b89ab24b4e10dca41519..7277b91750694287a9bec44ebd23203c605866d0 100644 --- a/tests/test_elements_worker/test_transcriptions.py +++ b/tests/test_elements_worker/test_transcriptions.py @@ -1023,7 +1023,7 @@ def test_create_element_transcriptions(responses, mock_elements_worker): "text": tr["text"], "score": tr["score"], "orientation": tr["orientation"].value, - "polygon": tr["polygon"] + "polygon": tr["polygon"], } for tr in TRANSCRIPTIONS_SAMPLE ] @@ -1099,7 +1099,7 @@ def test_create_element_transcriptions_with_cache( "text": tr["text"], "score": tr["score"], "orientation": tr["orientation"].value, - "polygon": tr["polygon"] + "polygon": tr["polygon"], } for tr in TRANSCRIPTIONS_SAMPLE ]