style: run ruff format on 6 files to fix formatting issues
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -151,9 +151,7 @@ class TestRetrySubtaskEnhancedLogging:
|
||||
db_session.commit()
|
||||
db_session.refresh(file_record)
|
||||
|
||||
response = client.post(
|
||||
f"/api/files/{file_record.id}/retry-subtask?subtask_name=extract_metadata_with_gpt"
|
||||
)
|
||||
response = client.post(f"/api/files/{file_record.id}/retry-subtask?subtask_name=extract_metadata_with_gpt")
|
||||
|
||||
assert response.status_code == 400
|
||||
error_detail = response.json()["detail"]
|
||||
|
||||
Reference in New Issue
Block a user