🔒️(backend) remove realistic password data from test fixtures

Replace test fixture passwords that resembled real credentials to avoid
confusion during security audits and follow security best practices.
This commit is contained in:
lebaudantoine
2025-06-23 16:57:16 +02:00
committed by aleb_the_flash
parent 866a2cea20
commit 6e48f8f222

View File

@@ -25,7 +25,7 @@ def webhook_event_data():
"name": "00000000-0000-0000-0000-000000000000",
"emptyTimeout": 300,
"creationTime": "1692627281",
"turnPassword": "2Pvdj+/WV1xV4EkB8klJ9xkXDWY=",
"turnPassword": "fake-turn-password",
"enabledCodecs": [
{"mime": "audio/opus"},
{"mime": "video/H264"},