From 6e48f8f222e11af920479491b4d791509cf4ae94 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 23 Jun 2025 16:57:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F(backend)=20remove=20reali?= =?UTF-8?q?stic=20password=20data=20from=20test=20fixtures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace test fixture passwords that resembled real credentials to avoid confusion during security audits and follow security best practices. --- src/backend/core/tests/rooms/test_api_rooms_webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/core/tests/rooms/test_api_rooms_webhook.py b/src/backend/core/tests/rooms/test_api_rooms_webhook.py index bbac4328..70dde673 100644 --- a/src/backend/core/tests/rooms/test_api_rooms_webhook.py +++ b/src/backend/core/tests/rooms/test_api_rooms_webhook.py @@ -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"},