🔒️(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:
committed by
aleb_the_flash
parent
866a2cea20
commit
6e48f8f222
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user