Skip to content

Commit 4998ad8

Browse files
committed
Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 (#4619)
2 parents 6adfa32 + 9e76bec commit 4998ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public async Task RunClientTests()
6060

6161
private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFactory loggerFactory)
6262
{
63-
var solutionPath = TestPathUtilities.GetSolutionRootDirectory("CORS");
63+
var solutionPath = TestPathUtilities.GetSolutionRootDirectory("Middleware");
6464

6565
var runtimeFlavor = GetRuntimeFlavor();
6666
var applicationType = runtimeFlavor == RuntimeFlavor.Clr ? ApplicationType.Standalone : ApplicationType.Portable;
@@ -76,7 +76,7 @@ private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFact
7676
{
7777
RuntimeFlavor = runtimeFlavor,
7878
ServerType = ServerType.Kestrel,
79-
ApplicationPath = Path.Combine(solutionPath, "samples", "SampleDestination"),
79+
ApplicationPath = Path.Combine(solutionPath, "CORS", "samples", "SampleDestination"),
8080
PublishApplicationBeforeDeployment = false,
8181
ApplicationType = applicationType,
8282
Configuration = configuration,
@@ -89,7 +89,7 @@ private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFact
8989
{
9090
RuntimeFlavor = runtimeFlavor,
9191
ServerType = ServerType.Kestrel,
92-
ApplicationPath = Path.Combine(solutionPath, "samples", "SampleOrigin"),
92+
ApplicationPath = Path.Combine(solutionPath, "CORS", "samples", "SampleOrigin"),
9393
PublishApplicationBeforeDeployment = false,
9494
ApplicationType = applicationType,
9595
Configuration = configuration,

0 commit comments

Comments
 (0)