Aggiunge i tornei con hub, pagina pubblica e tabellone per semifinali e finali.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -145,9 +145,13 @@ RSpec.describe "Public regia", type: :request do
|
||||
set_always_available: true,
|
||||
set_path_recording: true,
|
||||
delete_path: true,
|
||||
list_paths: []
|
||||
list_paths: [],
|
||||
ensure_path_with_slate!: true,
|
||||
disable_recording_if_active!: true
|
||||
)
|
||||
allow(Mediamtx::Client).to receive(:new).and_return(mtx)
|
||||
allow(Mediamtx::Client).to receive(:for_session).and_return(mtx)
|
||||
allow(Mediamtx::PublisherSync).to receive(:remember_recording_off!)
|
||||
|
||||
token = Sessions::RegiaAccess.new(session).issue_token!
|
||||
post public_regia_pause_path(token)
|
||||
|
||||
Reference in New Issue
Block a user