diff --git a/backend/tests/integration_tests/test_item.py b/backend/tests/integration_tests/test_item.py index 2a9d328e..2daeb241 100644 --- a/backend/tests/integration_tests/test_item.py +++ b/backend/tests/integration_tests/test_item.py @@ -19,11 +19,11 @@ class TestGetItemsByIdRouteWithMariaDB(TestGetItemsByIdRoute): pass -class TestGetItemsCountByIdRouteWithTestGetItemsRoute(TestGetItemsCountByIdRoute): +class TestGetItemsCountByIdRouteWithMariaDB(TestGetItemsCountByIdRoute): pass -class TestGetItemsRouteTestGetItemsRoute(TestGetItemsRoute): +class TestGetItemsRouteWithMariaDB(TestGetItemsRoute): pass