Fix tests

This commit is contained in:
Nick Mowen 2023-11-01 08:24:59 -06:00
parent 443e5a23ba
commit b162cb19bf

View File

@ -288,8 +288,6 @@ def _insert_mock_recording(
seg_dur=10, seg_dur=10,
) -> Event: ) -> Event:
"""Inserts a basic recording model with a given id.""" """Inserts a basic recording model with a given id."""
file = f"/recordings/{id}.tmp"
# we must open the file so storage maintainer will delete it # we must open the file so storage maintainer will delete it
with open(file, "w"): with open(file, "w"):
pass pass