We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7bf77 commit adbe058Copy full SHA for adbe058
src/Components/test/E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs
@@ -42,7 +42,7 @@ protected static string FindSampleOrTestSitePath(string projectName)
42
{
43
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("helix")))
44
45
- return Path.Combine(AppContext.BaseDirectory, "testassets", "BasicTestApp");
+ return Path.Combine(AppContext.BaseDirectory, "BasicTestApp");
46
}
47
48
var projects = _projects.Value;
0 commit comments