fix test url
b9fe8c1c
Alexander Nosenko
committed
succeeded
1 changed file
ValidationTests.cs
/tests/Refactorius.Authentication.Tests/ValidationTests.cs-1+1
/tests/Refactorius.Authentication.Tests/ValidationTests.cs
Add comment 80 [Fact]
Add comment 81 public void DumpCertificateChainStsAcc()
Add comment 82 {
Add comment 83 Minus   var response = _client.GetAsync("https://login-acc.roosendaal.nl/").UnwrapTaskResult();
Add comment 83 Plus   var response = _client.GetAsync("https://login-acc.mijnroosendaal.nl/").UnwrapTaskResult();
Add comment 84 }
Add comment 85
Add comment 86 [Fact]