diff --git a/tests/test_core_endpoints.py b/tests/test_core_endpoints.py index f31a4ef..c72af7d 100644 --- a/tests/test_core_endpoints.py +++ b/tests/test_core_endpoints.py @@ -17,7 +17,7 @@ def base_url(): ('processing-levels', {}, 200, 3, 4), ('sensors', {}, 200, 3, 4), ('things', {}, 200, 2, 4), - ('units', {}, 200, 2, 4), + ('units', {}, 200, 3, 4), ('result-qualifiers', {}, 200, 2, 4) ]) @pytest.mark.django_db()