aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
committercrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
commit97e094c97dc9ed79cf7daa0a93568e1933015bdd (patch)
tree6eb662c6969c8f20c63af5220d8254f5fb754226 /BackEnd/Timeline.Tests
parent79b597f5163619f8620e60c02e3ff33894ac29d4 (diff)
downloadtimeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.tar.gz
timeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.tar.bz2
timeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.zip
refactor: Refactor front end mode configuration.
Diffstat (limited to 'BackEnd/Timeline.Tests')
-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 da8dea46..22f5f006 100644
--- a/BackEnd/Timeline.Tests/Helpers/TestApplication.cs
+++ b/BackEnd/Timeline.Tests/Helpers/TestApplication.cs
@@ -38,7 +38,7 @@ namespace Timeline.Tests.Helpers
{
config.AddInMemoryCollection(new Dictionary<string, string>
{
- [ApplicationConfiguration.UseMockFrontEndKey] = "true",
+ [ApplicationConfiguration.FrontEndKey] = "Mock",
["WorkDir"] = WorkDir
});
})