Skip to content

Commit

Permalink
chore: fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho committed Mar 21, 2024
1 parent a478d79 commit 62b5ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public class CustomWebApplicationFactory<TProgram>
protected override void ConfigureWebHost(IWebHostBuilder builder)
{
//builder.UseContentRoot(AppContext.BaseDirectory);
builder.UseSolutionRelativeContentRoot("test/Postal.Tests.Integration");
builder.UseSolutionRelativeContentRoot("test/Postal.Tests.Integration/");
}
}

0 comments on commit 62b5ce2

Please sign in to comment.