Skip to content

Commit cf10a54

Browse files
committed
Updates content root path for tests
Updates the content root path to include a search pattern, ensuring the test host correctly locates content files within the solution.
1 parent 3b4f306 commit cf10a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Exceptionless.Tests/AppWebHostFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Task InitializeAsync()
3333

3434
protected override void ConfigureWebHost(IWebHostBuilder builder)
3535
{
36-
builder.UseSolutionRelativeContentRoot("src/Exceptionless.Web");
36+
builder.UseSolutionRelativeContentRoot("src/Exceptionless.Web", "*.slnx");
3737
}
3838

3939
protected override IHostBuilder CreateHostBuilder()

0 commit comments

Comments
 (0)