Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 33e3c94

Browse files
author
Praburaj
committed
Reenabling the tests
Bug aspnet/HttpAbstractions#231 is fixed
1 parent e2a8efb commit 33e3c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.AspNet.Authentication.Test/Google/GoogleMiddlewareTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public async Task ChallengeWillSetDefaultScope()
112112
query.ShouldContain("&scope=" + Uri.EscapeDataString("openid profile email"));
113113
}
114114

115-
[Fact(Skip = "Failing due to : https://github.com/aspnet/HttpAbstractions/issues/231")]
115+
[Fact]
116116
public async Task Challenge401WillSetDefaultScope()
117117
{
118118
var server = CreateServer(options =>
@@ -127,7 +127,7 @@ public async Task Challenge401WillSetDefaultScope()
127127
query.ShouldContain("&scope=" + Uri.EscapeDataString("openid profile email"));
128128
}
129129

130-
[Fact(Skip = "Failing due to : https://github.com/aspnet/HttpAbstractions/issues/231")]
130+
[Fact]
131131
public async Task ChallengeWillUseAuthenticationPropertiesAsParameters()
132132
{
133133
var server = CreateServer(options =>

0 commit comments

Comments
 (0)