cleanup code part1

This commit is contained in:
henryruhs
2026-03-31 16:55:38 +02:00
parent 2b76f3381f
commit 2aced392e1
4 changed files with 31 additions and 36 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ def test_upload_asset(test_client : TestClient) -> None:
'file': ('invalid.txt', 'invalid'.encode(), 'text/plain')
})
assert upload_response.status_code == 400
assert upload_response.status_code == 415
def test_get_assets(test_client : TestClient) -> None:
-2
View File
@@ -214,7 +214,6 @@ def test_replace_audio() -> None:
def test_sanitize_audio() -> None:
audio_path = get_test_example_file('source.mp3')
output_strict_path = get_test_output_path('output-strict.mp3')
output_moderate_path = get_test_output_path('output-moderate.mp3')
@@ -235,7 +234,6 @@ def test_sanitize_image() -> None:
def test_sanitize_video() -> None:
video_path = get_test_example_file('target-240p.mp4')
output_strict_path = get_test_output_path('output-strict.mp4')
output_moderate_path = get_test_output_path('output-moderate.mp4')