1 changed file
tests/Refactorius.Authentication.Tests | ||
ValidationTests.cs | ||
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]