From 5e6c30f15a0667d39e71604e1f6cfd261208b311 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Wed, 14 Aug 2024 09:17:40 +0300 Subject: [PATCH] 3 --- src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs b/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs index d0815c172..ae8406c44 100644 --- a/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs +++ b/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs @@ -269,7 +269,7 @@ public Task CallApiForAppAsync( /// /// Named configuration. /// Delegate to override the configuration. - private /* for tests */ DownstreamApiOptions MergeOptions( + internal /* for tests */ DownstreamApiOptions MergeOptions( string? optionsInstanceName, Action? calledApiOptionsOverride) { @@ -295,7 +295,7 @@ public Task CallApiForAppAsync( /// Named configuration. /// Delegate to override the configuration. /// Http method overriding the configuration options. - private DownstreamApiOptions MergeOptions( + internal /* for tests */ DownstreamApiOptions MergeOptions( string? optionsInstanceName, Action? calledApiOptionsOverride, HttpMethod httpMethod) { @@ -415,7 +415,7 @@ private DownstreamApiOptions MergeOptions( } } - private async Task CallApiInternalAsync( + internal /* for tests */ async Task CallApiInternalAsync( string? serviceName, DownstreamApiOptions effectiveOptions, bool appToken,