Update test_add.py

This commit is contained in:
Donkie
2024-01-16 19:47:05 +01:00
parent 3340da3067
commit 7972f4d401

View File

@@ -6,7 +6,7 @@ from typing import Any
import httpx
import pytest
from ..conftest import length_from_weight # noqa: TID252
from ..conftest import length_from_weight
URL = "http://spoolman:8000"