Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit 742e5d6

Browse files
committed
Fixes Untrusted delegating handler faults in failing test.
1 parent 725b914 commit 742e5d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ public override void SetUp() {
2525

2626
[Test]
2727
public async Task AssociateUnencrypted() {
28-
await this.ParameterizedAssociationTestAsync(new Uri("https://host"));
28+
await this.ParameterizedAssociationTestAsync(OPUriSsl);
2929
}
3030

3131
[Test]
3232
public async Task AssociateDiffieHellmanOverHttp() {
33-
await this.ParameterizedAssociationTestAsync(new Uri("http://host"));
33+
await this.ParameterizedAssociationTestAsync(OPUri);
3434
}
3535

3636
/// <summary>

0 commit comments

Comments
 (0)