mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-29 03:37:17 +00:00
fixup! wip use another scheme for LiveKit token auth
This commit is contained in:
@@ -1021,4 +1021,5 @@ def test_remove_participant_not_found(mock_livekit_client):
|
|||||||
|
|
||||||
mock_livekit_client.aclose.assert_called_once()
|
mock_livekit_client.aclose.assert_called_once()
|
||||||
|
|
||||||
|
|
||||||
# todo - try to pass another scheme to make sure it defers to the next auth
|
# 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()
|
mock_livekit_client.aclose.assert_called_once()
|
||||||
|
|
||||||
|
|
||||||
# todo - try to pass another scheme to make sure it defers to the next auth
|
# 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"
|
"detail": "Invalid LiveKit token: Signature verification failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# todo - try to pass another scheme to make sure it defers to the next auth
|
# todo - try to pass another scheme to make sure it defers to the next auth
|
||||||
|
|||||||
Reference in New Issue
Block a user