From 18a26635319bec8797152f330a841192a939d8c8 Mon Sep 17 00:00:00 2001 From: Chris R Date: Thu, 10 Sep 2015 10:18:52 -0700 Subject: [PATCH] React to Authentication API changes. --- test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs index 81dce18f5a..0bbf8c4cb4 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs @@ -119,9 +119,6 @@ namespace MusicStore }; options.StateDataFormat = new CustomTwitterStateDataFormat(); options.BackchannelHttpHandler = new TwitterMockBackChannelHttpHandler(); -#if DNX451 - options.BackchannelCertificateValidator = null; -#endif }); services.AddMicrosoftAccountAuthentication(options =>