fix(api): changed rate limit library, now play well with testing
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import pytest
|
||||
from httpx import AsyncClient
|
||||
from starlette.testclient import TestClient
|
||||
|
||||
from src.neo_neo_todo.main import app
|
||||
|
||||
client = TestClient(app)
|
||||
|
||||
|
||||
@pytest.mark.anyio
|
||||
async def test_ping():
|
||||
|
Reference in New Issue
Block a user