🩹(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:
committed by
aleb_the_flash
parent
c63adf9c8c
commit
9cc79ba159
@@ -25,7 +25,7 @@ def config():
|
|||||||
return WorkerServiceConfig(
|
return WorkerServiceConfig(
|
||||||
output_folder="/test/output",
|
output_folder="/test/output",
|
||||||
server_configurations={
|
server_configurations={
|
||||||
"host": "test.livekit.io",
|
"url": "test.livekit.io",
|
||||||
"api_key": "test_key",
|
"api_key": "test_key",
|
||||||
"api_secret": "test_secret",
|
"api_secret": "test_secret",
|
||||||
},
|
},
|
||||||
@@ -230,7 +230,7 @@ def test_base_egress_ssl_verification_config(verify_ssl):
|
|||||||
config = WorkerServiceConfig(
|
config = WorkerServiceConfig(
|
||||||
output_folder="/test/output",
|
output_folder="/test/output",
|
||||||
server_configurations={
|
server_configurations={
|
||||||
"host": "test.livekit.io",
|
"url": "test.livekit.io",
|
||||||
"api_key": "test_key",
|
"api_key": "test_key",
|
||||||
"api_secret": "test_secret",
|
"api_secret": "test_secret",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user