diff --git a/series_tiempo_ar_api/apps/metadata/tests/indexer_tests.py b/series_tiempo_ar_api/apps/metadata/tests/indexer_tests.py index dd8ecf1a..db505f53 100644 --- a/series_tiempo_ar_api/apps/metadata/tests/indexer_tests.py +++ b/series_tiempo_ar_api/apps/metadata/tests/indexer_tests.py @@ -44,4 +44,4 @@ def test_index_two_nodes(self): self.assertTrue(second_catalog_fields) def tearDown(self): - self.elastic.indices.delete(self.FakeField._doc_type.index) \ No newline at end of file + self.elastic.indices.delete(self.FakeField._doc_type.index) diff --git a/series_tiempo_ar_api/apps/metadata/tests/tests.py b/series_tiempo_ar_api/apps/metadata/tests/tests.py index 541662a4..d691ff91 100644 --- a/series_tiempo_ar_api/apps/metadata/tests/tests.py +++ b/series_tiempo_ar_api/apps/metadata/tests/tests.py @@ -108,5 +108,3 @@ def test_scraping_result(self): self.assertIn(key, mapping_fields) self.assertEqual(field['_index'], constants.FIELDS_INDEX) - -