From ae94db38547bfb17ca11cd14052fcbf8b8a2e032 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 4 Feb 2019 14:05:58 +0000
Subject: [PATCH] OSB-37: implemented reviewer suggestions

---
 .../test/controllers/test_all_components_error_types.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCU/Maintenance/DBInterface/test/controllers/test_all_components_error_types.py b/LCU/Maintenance/DBInterface/test/controllers/test_all_components_error_types.py
index 66d9fc11da0..6c7e70e0644 100644
--- a/LCU/Maintenance/DBInterface/test/controllers/test_all_components_error_types.py
+++ b/LCU/Maintenance/DBInterface/test/controllers/test_all_components_error_types.py
@@ -9,6 +9,6 @@ class AllComponentsErrorTypesTest(APITestCase):
         self.apiClient = APIClient()
         generate_random_test_data(2, 3, 5, 0, 0, expected_error_types=self.expected_error_types)
 
-    def test_successfull_api_query(self):
+    def ctrl_list_component_error_type_returns_all_error_types(self):
         response = self.apiClient.get('/api/view/ctrl_list_component_error_types')
         self.assertEqual(set(response.data), set(self.expected_error_types))
-- 
GitLab