Feature/remove id server (#551)

* removed idserver4

* some files I missed removing
This commit is contained in:
Tom Pallister
2018-08-14 18:39:18 +01:00
committed by GitHub
parent 373a3927f2
commit 18ded25b0e
5 changed files with 0 additions and 93 deletions

View File

@ -1,16 +0,0 @@
using Ocelot.Configuration.Creator;
using Shouldly;
using Xunit;
namespace Ocelot.UnitTests.Configuration
{
public class IdentityServerConfigurationCreatorTests
{
[Fact]
public void happy_path_only_exists_for_test_coverage_even_uncle_bob_probably_wouldnt_test_this()
{
var result = IdentityServerConfigurationCreator.GetIdentityServerConfiguration("secret");
result.ApiName.ShouldBe("admin");
}
}
}