mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 13:38:34 +03:00
feat: add whisper tasks
This commit is contained in:
@@ -86,7 +86,7 @@ def test_get_artifact_pass(
|
||||
auth_headers: Dict[str, str], db_session: Session, mock_job: models.Job
|
||||
) -> None:
|
||||
artifact = models.Artifact(
|
||||
data={}, job_id=mock_job.id, type=dtos.ArtifactType.raw_transcript
|
||||
data=[], job_id=mock_job.id, type=dtos.ArtifactType.raw_transcript
|
||||
)
|
||||
|
||||
db_session.add(artifact)
|
||||
|
||||
Reference in New Issue
Block a user