From 81675a8ee76eaad0cbd691e1f3d8d694fa85c802 Mon Sep 17 00:00:00 2001 From: Ken Lippold Date: Wed, 18 Oct 2023 16:03:44 -0600 Subject: [PATCH] Updated core API test --- tests/test_core_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_core_endpoints.py b/tests/test_core_endpoints.py index f31a4efd..c72af7d3 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()