🩹(backend) correct typo in WorkerConfig parameter name

Fix minor spelling error in WorkerConfig parameter that had no functional
impact but improves code clarity and consistency.
This commit is contained in:
lebaudantoine
2025-04-24 12:30:49 +02:00
committed by aleb_the_flash
parent c63adf9c8c
commit 9cc79ba159

View File

@@ -25,7 +25,7 @@ def config():
return WorkerServiceConfig(
output_folder="/test/output",
server_configurations={
"host": "test.livekit.io",
"url": "test.livekit.io",
"api_key": "test_key",
"api_secret": "test_secret",
},
@@ -230,7 +230,7 @@ def test_base_egress_ssl_verification_config(verify_ssl):
config = WorkerServiceConfig(
output_folder="/test/output",
server_configurations={
"host": "test.livekit.io",
"url": "test.livekit.io",
"api_key": "test_key",
"api_secret": "test_secret",
},