mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-07 12:17:48 +02:00
fix(tests):
This commit is contained in:
@@ -64,7 +64,7 @@ async def scan_csv(
|
||||
enableMultiStepAttack: bool = Query(False),
|
||||
):
|
||||
# TODO: content dataset to fuzzer
|
||||
content = await file.read()
|
||||
content = await file.read() # noqa
|
||||
llm_spec = await llmSpec.read()
|
||||
|
||||
scan_parameters = Scan(
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
import agentic_security.test_spec_assets as test_spec_assets
|
||||
from agentic_security.routes.scan import router
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
client = TestClient(router)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user