aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-24 00:22:25 +0800
committercrupest <crupest@outlook.com>2019-04-24 00:22:25 +0800
commit3d6938ca60691f73bc0b570e7ca4af4f8251741c (patch)
treef0b1f683254cdd80f20ea84ea6e044e80ef61fdd /Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs
parent94cb3d601af2f658f93f8092f39c326c90c8d13f (diff)
downloadtimeline-3d6938ca60691f73bc0b570e7ca4af4f8251741c.tar.gz
timeline-3d6938ca60691f73bc0b570e7ca4af4f8251741c.tar.bz2
timeline-3d6938ca60691f73bc0b570e7ca4af4f8251741c.zip
Add ObjectExists implementation in cos. Remove Test host environment.
Diffstat (limited to 'Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs')
-rw-r--r--Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs b/Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs
index a34217f4..a7616b41 100644
--- a/Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs
+++ b/Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs
@@ -15,7 +15,6 @@ namespace Timeline.Tests.Helpers
return factory.WithWebHostBuilder(builder =>
{
builder
- .UseEnvironment(EnvironmentConstants.TestEnvironmentName)
.ConfigureLogging(logging =>
{
logging.AddXunit(outputHelper);