Skip to content
Snippets Groups Projects
Commit 5008de25 authored by Blanche Miret's avatar Blanche Miret
Browse files

Correct string in test

parent bdbd665c
No related branches found
No related tags found
1 merge request!118Resolve "Do not send metas=None on create_entity"
Pipeline #78649 passed
......@@ -52,7 +52,7 @@ def test_check_required_types(monkeypatch, tmp_path, mock_elements_worker, respo
assert worker.check_required_types(corpus_id, "page", "text_line", "act")
assert (
str(e.value)
== "Element type(s) text_line, act were not found in the Some Corpus corpus (12341234-1234-1234-1234-123412341234)."
== "Element type(s) act, text_line were not found in the Some Corpus corpus (12341234-1234-1234-1234-123412341234)."
)
......
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