Funtional test failling because it didn't find appsettings path, assuming the current folder name is the correct one.
This commit is contained in:
parent
c3983b30c7
commit
0733df5318
@ -19,7 +19,7 @@
|
||||
.UseContentRoot(Path.GetDirectoryName(path))
|
||||
.ConfigureAppConfiguration(cb =>
|
||||
{
|
||||
cb.AddJsonFile("Services/Locations/appsettings.json", optional: false)
|
||||
cb.AddJsonFile("Services/Location/appsettings.json", optional: false)
|
||||
.AddEnvironmentVariables();
|
||||
}).UseStartup<LocationsTestsStartup>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user