From 944762b5198619591f57bf8770d103abd5b3e7a5 Mon Sep 17 00:00:00 2001 From: Adrian Czerwiec Date: Wed, 26 Aug 2026 14:56:30 +0200 Subject: [PATCH] fix recording api test --- protos | 2 +- tests/test_recording_api.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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, }