File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
azure_functions_worker_v1/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ async def test_function_load_request(
80
80
handle_event .protos = test_protos
81
81
worker_request = WorkerRequest (name = 'function_load_request' ,
82
82
request = Request (FunctionRequest (
83
- function_id = 123 ,
83
+ function_id = " 123" ,
84
84
metadata = Metadata (
85
85
script_file = BASIC_FUNCTION_DIRECTORY ,
86
86
entry_point = BASIC_FUNCTION_DIRECTORY ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class FunctionRequest:
24
24
def __init__ (self , capabilities : Optional [Any ] = {},
25
25
function_app_directory : Optional [Any ] = "" ,
26
26
environment_variables : Optional [Any ] = {},
27
- function_id : Optional [Any ] = 123 ,
27
+ function_id : Optional [Any ] = " 123" ,
28
28
metadata : Optional [Any ] = {}):
29
29
self .capabilities = capabilities
30
30
self .function_app_directory = function_app_directory
You can’t perform that action at this time.
0 commit comments