aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-03 18:58:03 +0800
committercrupest <crupest@outlook.com>2020-06-03 18:58:03 +0800
commitf6efa149ee219a92065435a4a2ed240ab84162da (patch)
tree009d01b1be81108ec783ed2d225a626df6b76c42 /Timeline.Tests
parentd393e939282dc394c655e10ce6016725519dc3f9 (diff)
downloadtimeline-f6efa149ee219a92065435a4a2ed240ab84162da.tar.gz
timeline-f6efa149ee219a92065435a4a2ed240ab84162da.tar.bz2
timeline-f6efa149ee219a92065435a4a2ed240ab84162da.zip
Fix #87 .
Diffstat (limited to 'Timeline.Tests')
-rw-r--r--Timeline.Tests/Helpers/TestApplication.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline.Tests/Helpers/TestApplication.cs b/Timeline.Tests/Helpers/TestApplication.cs
index 11fe8f87..6e0a4ca6 100644
--- a/Timeline.Tests/Helpers/TestApplication.cs
+++ b/Timeline.Tests/Helpers/TestApplication.cs
@@ -6,6 +6,7 @@ using Microsoft.Extensions.DependencyInjection;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
+using Timeline.Configs;
using Timeline.Entities;
using Timeline.Migrations;
using Xunit;
@@ -53,6 +54,7 @@ namespace Timeline.Tests.Helpers
{
config.AddInMemoryCollection(new Dictionary<string, string>
{
+ [ApplicationConfiguration.DisableFrontEndKey] = "true",
["WorkDir"] = WorkDir
});
});