Skip to content

Commit f9d2dcd

Browse files
committed
fix(LAB-3996): update FakeFFmpegVideoSplitter to accept new kili-formats kwargs
1 parent 622e08e commit f9d2dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/services/export/fakes/fake_ffmpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def filter(self, filter_name, fps, round):
4343
self.round = round
4444
return self
4545

46-
def output(self, output_path_pattern, start_number):
46+
def output(self, output_path_pattern, start_number, **kwargs):
4747
self.output_path_pattern = output_path_pattern
4848
self.start_number = start_number
4949
return self

0 commit comments

Comments
 (0)