diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs b/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs index ce6b299..6e3d7dc 100644 --- a/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs @@ -25,12 +25,12 @@ namespace DotNetOpenAuth.Test.OpenId { [Test] public async Task AssociateUnencrypted() { - await this.ParameterizedAssociationTestAsync(new Uri("https://host")); + await this.ParameterizedAssociationTestAsync(OPUriSsl); } [Test] public async Task AssociateDiffieHellmanOverHttp() { - await this.ParameterizedAssociationTestAsync(new Uri("http://host")); + await this.ParameterizedAssociationTestAsync(OPUri); } /// <summary> |