fixup! wip use another scheme for LiveKit token auth

This commit is contained in:
lebaudantoine
2026-08-03 11:15:46 +02:00
parent 0a879a96fd
commit a3f22e0a4f
3 changed files with 3 additions and 0 deletions
@@ -1021,4 +1021,5 @@ def test_remove_participant_not_found(mock_livekit_client):
mock_livekit_client.aclose.assert_called_once()
# todo - try to pass another scheme to make sure it defers to the next auth
@@ -622,4 +622,5 @@ def test_rename_participant_not_found(mock_livekit_client, room, token):
mock_livekit_client.aclose.assert_called_once()
# todo - try to pass another scheme to make sure it defers to the next auth
@@ -227,4 +227,5 @@ def test_start_subtitle_wrong_signature(settings, mock_livekit_token):
"detail": "Invalid LiveKit token: Signature verification failed"
}
# todo - try to pass another scheme to make sure it defers to the next auth