Skip to content

Commit e998760

Browse files
authored
Update ServerFixture.cs
1 parent 2d9a905 commit e998760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected static string FindSampleOrTestSitePath(string projectName)
4242
{
4343
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("helix")))
4444
{
45-
return Path.Combine(AppContext.BaseDirectory, "testassets", "BasicTestApp");
45+
return Path.Combine(AppContext.BaseDirectory, "BasicTestApp");
4646
}
4747

4848
var projects = _projects.Value;

0 commit comments

Comments
 (0)