diff --git a/protos b/protos index 6d469f9..5f84ff1 160000 --- a/protos +++ b/protos @@ -1 +1 @@ -Subproject commit 6d469f99245b8f7fc0074c9cabfbcdaed8b92977 +Subproject commit 5f84ff1ebcada392e43fb766dde0622e469076fd diff --git a/tests/test_recording_api.py b/tests/test_recording_api.py index 5456724..b48b0c3 100644 --- a/tests/test_recording_api.py +++ b/tests/test_recording_api.py @@ -34,6 +34,7 @@ def make_composition_source(): def make_recording_json(source: CompositionSource, status: str): return { "id": RECORDING_ID, + "files": [], "source": source.to_dict(), "status": status, }