fix fixture

This commit is contained in:
JONEMI21 2025-11-10 12:38:05 +00:00
parent a0541ab1bb
commit 983c112c61
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
import pytest
from fastapi.testclient import TestClient
from tests.utils import needs_py310
@needs_py310
@pytest.fixture(name="client", marks=[needs_py310])
def get_client():
from docs_src.query_params.tutorial007_py310 import app