Skip to content

Commit

Permalink
file names are case sensitive!
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Nov 19, 2023
1 parent 248b74d commit b7df0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fig.Tests/BuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void CanLoadRequiredFileWithVariableExpansion()
Environment.SetEnvironmentVariable("ENV", "TEST");
var settings = new SettingsBuilder()
.UseEnvironmentVariables()
.UseAppSettingsJson("appSettings.${ENV}.json", required: true)
.UseAppSettingsJson("appsettings.${ENV}.json", required: true)
.Build();
Assert.DoesNotThrow(() => settings.Get("AllowedHosts"));
}
Expand Down

0 comments on commit b7df0d1

Please sign in to comment.