aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests/Helpers
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-03 19:28:00 +0800
committerGitHub <noreply@github.com>2022-12-03 19:28:00 +0800
commitbbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04 (patch)
treeea212efd7a297b7ddc42fbabc9c830e839c16475 /BackEnd/Timeline.Tests/Helpers
parent3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (diff)
parent5239049afe90d2ef926c1e1b917172b5f44b52fc (diff)
downloadtimeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.gz
timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.bz2
timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.zip
Merge pull request #1352 from crupest/renovate/major-dotnet-monorepo
Diffstat (limited to 'BackEnd/Timeline.Tests/Helpers')
-rw-r--r--BackEnd/Timeline.Tests/Helpers/TestApplication.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/Helpers/TestApplication.cs b/BackEnd/Timeline.Tests/Helpers/TestApplication.cs
index 2c2856c1..617d2ec7 100644
--- a/BackEnd/Timeline.Tests/Helpers/TestApplication.cs
+++ b/BackEnd/Timeline.Tests/Helpers/TestApplication.cs
@@ -40,7 +40,7 @@ namespace Timeline.Tests.Helpers
})
.ConfigureAppConfiguration((context, config) =>
{
- config.AddInMemoryCollection(new Dictionary<string, string>
+ config.AddInMemoryCollection(new Dictionary<string, string?>
{
[ApplicationConfiguration.FrontEndKey] = "Mock",
[ApplicationConfiguration.WorkDirectoryKey] = WorkDirectory