Skip to content

Commit

Permalink
Fix broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Jan 16, 2024
1 parent a7be86b commit b3f9340
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void CanDeserialise_Oidc()
{
Config = RoleProviderType.Oidc,
ClientId = "foobar",
ClientSecret = "shhhh",
GestureMessage = "Gesture message",
GestureTitle = "Gesture title",
Domain = "my-domain",
Expand All @@ -91,6 +92,7 @@ public void CanDeserialise_Oidc()
var json = @"{
""config"": ""Oidc"",
""clientId"": ""foobar"",
""clientSecret"": ""shhhh"",
""provider"": ""auth0"",
""domain"": ""my-domain"",
""scopes"": ""scoped"",
Expand Down Expand Up @@ -119,6 +121,7 @@ public void CanSerialise_Oidc()
{
Config = RoleProviderType.Oidc,
ClientId = "foobar",
ClientSecret = "shhhh",
GestureMessage = "Gesture message",
GestureTitle = "Gesture title",
Domain = "my-domain",
Expand All @@ -136,6 +139,7 @@ public void CanSerialise_Oidc()
var json = @"{
""config"": ""Oidc"",
""clientId"": ""foobar"",
""clientSecret"": ""shhhh"",
""provider"": ""auth0"",
""domain"": ""my-domain"",
""scopes"": ""scoped"",
Expand Down

0 comments on commit b3f9340

Please sign in to comment.