Skip to content
Snippets Groups Projects
Commit 3f2e16ec343d authored by Laurent Peuch's avatar Laurent Peuch
Browse files

chore: run teyit on tests

parent e937ad59fac6
No related branches found
No related tags found
1 merge request!66chore: run teyit on tests
Pipeline #187552 passed
......@@ -64,7 +64,7 @@
("title", "program"),
):
self.assertEqual(kwargs["body"][arg_name], expected_value)
self.assertFalse("content_format" in kwargs["body"])
self.assertNotIn("content_format", kwargs["body"])
# update BlogEntry
bentry.cw_set(title="Programme")
index.reset_mock()
......@@ -82,7 +82,7 @@
("title", "Programme"),
):
self.assertEqual(kwargs["body"][arg_name], expected_value)
self.assertFalse("content_format" in kwargs["body"])
self.assertNotIn("content_format", kwargs["body"])
@patch("elasticsearch.client.indices.IndicesClient.create")
@patch("elasticsearch.client.indices.IndicesClient.exists")
......
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