File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
endtoend/eventgrid_functions/eventgrid_functions_stein Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,6 @@ def test_blob_trigger_with_large_content(self):
151151 raise
152152
153153
154- @skipIf (sys .version_info .minor >= 13 ,
155- 'Temporary skip for Python 3.13+' )
156154class TestBlobFunctionsStein (TestBlobFunctions ):
157155
158156 @classmethod
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ def event_grid_trigger(event: func.EventGridEvent) -> str:
3232 topic_key_setting = "AzureWebJobsEventGridConnectionKey" )
3333def eventgrid_output_binding (
3434 req : func .HttpRequest ,
35- outputEvent : func .Out [func .EventGridOutputEvent ],
36- msg : func .Out [str ]) -> func .HttpResponse :
35+ outputEvent : func .Out [func .EventGridOutputEvent ]) -> func .HttpResponse :
3736 test_uuid = req .params .get ('test_uuid' )
3837 data_to_event_grid = func .EventGridOutputEvent (id = "test-id" ,
3938 data = {
You can’t perform that action at this time.
0 commit comments