Skip to content

Commit 5e6c30f

Browse files
committed
3
1 parent 5f177c6 commit 5e6c30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public Task<HttpResponseMessage> CallApiForAppAsync(
269269
/// </summary>
270270
/// <param name="optionsInstanceName">Named configuration.</param>
271271
/// <param name="calledApiOptionsOverride">Delegate to override the configuration.</param>
272-
private /* for tests */ DownstreamApiOptions MergeOptions(
272+
internal /* for tests */ DownstreamApiOptions MergeOptions(
273273
string? optionsInstanceName,
274274
Action<DownstreamApiOptions>? calledApiOptionsOverride)
275275
{
@@ -295,7 +295,7 @@ public Task<HttpResponseMessage> CallApiForAppAsync(
295295
/// <param name="optionsInstanceName">Named configuration.</param>
296296
/// <param name="calledApiOptionsOverride">Delegate to override the configuration.</param>
297297
/// <param name="httpMethod">Http method overriding the configuration options.</param>
298-
private DownstreamApiOptions MergeOptions(
298+
internal /* for tests */ DownstreamApiOptions MergeOptions(
299299
string? optionsInstanceName,
300300
Action<DownstreamApiOptionsReadOnlyHttpMethod>? calledApiOptionsOverride, HttpMethod httpMethod)
301301
{
@@ -415,7 +415,7 @@ private DownstreamApiOptions MergeOptions(
415415
}
416416
}
417417

418-
private async Task<HttpResponseMessage> CallApiInternalAsync(
418+
internal /* for tests */ async Task<HttpResponseMessage> CallApiInternalAsync(
419419
string? serviceName,
420420
DownstreamApiOptions effectiveOptions,
421421
bool appToken,

0 commit comments

Comments
 (0)