Skip to content

Commit

Permalink
Updated core API test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Lippold authored and Ken Lippold committed Oct 18, 2023
1 parent 82c91f0 commit 81675a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 81675a8

Please sign in to comment.