File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Microsoft.Identity.Web.DownstreamApi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ public Task<HttpResponseMessage> CallApiForAppAsync(
269
269
/// </summary>
270
270
/// <param name="optionsInstanceName">Named configuration.</param>
271
271
/// <param name="calledApiOptionsOverride">Delegate to override the configuration.</param>
272
- private /* for tests */ DownstreamApiOptions MergeOptions (
272
+ internal /* for tests */ DownstreamApiOptions MergeOptions (
273
273
string ? optionsInstanceName ,
274
274
Action < DownstreamApiOptions > ? calledApiOptionsOverride )
275
275
{
@@ -295,7 +295,7 @@ public Task<HttpResponseMessage> CallApiForAppAsync(
295
295
/// <param name="optionsInstanceName">Named configuration.</param>
296
296
/// <param name="calledApiOptionsOverride">Delegate to override the configuration.</param>
297
297
/// <param name="httpMethod">Http method overriding the configuration options.</param>
298
- private DownstreamApiOptions MergeOptions (
298
+ internal /* for tests */ DownstreamApiOptions MergeOptions (
299
299
string ? optionsInstanceName ,
300
300
Action < DownstreamApiOptionsReadOnlyHttpMethod > ? calledApiOptionsOverride , HttpMethod httpMethod )
301
301
{
@@ -415,7 +415,7 @@ private DownstreamApiOptions MergeOptions(
415
415
}
416
416
}
417
417
418
- private async Task < HttpResponseMessage > CallApiInternalAsync (
418
+ internal /* for tests */ async Task < HttpResponseMessage > CallApiInternalAsync (
419
419
string ? serviceName ,
420
420
DownstreamApiOptions effectiveOptions ,
421
421
bool appToken ,
You can’t perform that action at this time.
0 commit comments