diff options
author | crupest <crupest@outlook.com> | 2019-04-24 00:22:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-24 00:22:25 +0800 |
commit | cbcd12e0a4b7e363e3e275b870ac3c20f1c96836 (patch) | |
tree | f0b1f683254cdd80f20ea84ea6e044e80ef61fdd /Timeline.Tests/Helpers/WebApplicationFactoryExtensions.cs | |
parent | bb35acd7b0065e54c3cad814c368fa71922f5742 (diff) | |
download | timeline-cbcd12e0a4b7e363e3e275b870ac3c20f1c96836.tar.gz timeline-cbcd12e0a4b7e363e3e275b870ac3c20f1c96836.tar.bz2 timeline-cbcd12e0a4b7e363e3e275b870ac3c20f1c96836.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.cs | 1 |
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); |