diff --git a/socorro/unittest/external/es/test_super_search_fields.py b/socorro/unittest/external/es/test_super_search_fields.py index 7156448067..3f8b8e885c 100644 --- a/socorro/unittest/external/es/test_super_search_fields.py +++ b/socorro/unittest/external/es/test_super_search_fields.py @@ -129,12 +129,12 @@ def test_get_mapping(self): } # Test nested objects. - assert ( - processed_crash["json_dump"]["properties"]["system_info"]["properties"]["cpu_count"] == { - "type": "short", - "doc_values": True, - } - ) + assert processed_crash["json_dump"]["properties"]["system_info"]["properties"][ + "cpu_count" + ] == { + "type": "short", + "doc_values": True, + } class TestIntegrationSuperSearchFields(ElasticsearchTestCase): diff --git a/socorro/unittest/external/es/test_supersearch.py b/socorro/unittest/external/es/test_supersearch.py index 0ed6ff844c..6c2de23f9c 100644 --- a/socorro/unittest/external/es/test_supersearch.py +++ b/socorro/unittest/external/es/test_supersearch.py @@ -95,7 +95,7 @@ def test_get(self): "system_info": { "cpu_count": 4, }, - } + }, } ) self.es_context.refresh()