File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ static HelperModuleTests()
49
49
} ;
50
50
51
51
var funcLoadReq = new FunctionLoadRequest { FunctionId = "FunctionId" , Metadata = rpcFuncMetadata } ;
52
- FunctionLoader . SetupWellKnownPaths ( funcLoadReq , managedDependenciesPath : null ) ;
52
+ FunctionLoader . SetupWellKnownPaths ( funcLoadReq . Metadata . Directory , managedDependenciesPath : null ) ;
53
53
s_pwsh = Utils . NewPwshInstance ( ) ;
54
54
s_funcInfo = new AzFunctionInfo ( rpcFuncMetadata ) ;
55
55
}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ static PowerShellManagerTests()
80
80
} ;
81
81
82
82
s_functionLoadRequest = new FunctionLoadRequest { FunctionId = "FunctionId" , Metadata = rpcFunctionMetadata } ;
83
- FunctionLoader . SetupWellKnownPaths ( s_functionLoadRequest , managedDependenciesPath : null ) ;
83
+ FunctionLoader . SetupWellKnownPaths ( s_functionLoadRequest . Metadata . Directory , managedDependenciesPath : null ) ;
84
84
}
85
85
86
86
// Have a single place to get a PowerShellManager for testing.
You can’t perform that action at this time.
0 commit comments