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 66d9fc11da0b11e4627d03e9364077f0c98469e6..6c7e70e06441c5eb7d1476206e6bee12069b2b4b 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))