Skip to content

Commit

Permalink
Fix gofmt in oauth2_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Heide <martin.heide@faro.com>
  • Loading branch information
heidemn-faro committed Nov 2, 2020
1 parent b894d9c commit 1ea481b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/oauth2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,15 @@ func TestValidRedirectURI(t *testing.T) {
// Both Public + RedirectURIs configured: Could e.g. be a PKCE-enabled web app.
{
client: storage.Client{
Public: true,
Public: true,
RedirectURIs: []string{"http://foo.com/bar"},
},
redirectURI: "http://foo.com/bar",
wantValid: true,
},
{
client: storage.Client{
Public: true,
Public: true,
RedirectURIs: []string{"http://foo.com/bar"},
},
redirectURI: "http://foo.com/bar/baz",
Expand Down

0 comments on commit 1ea481b

Please sign in to comment.