Skip to content

Commit

Permalink
update oauth2 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Houssem Ben Mabrouk <[email protected]>
  • Loading branch information
orange-hbenmabrouk committed Oct 16, 2023
1 parent 81255c1 commit d901d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ func TestOAuth2DeviceFlow(t *testing.T) {
// Add the Clients to the test server
client := storage.Client{
ID: clientID,
RedirectURIs: []string{deviceCallbackURI},
RedirectURIs: []string{"/non-root-path" + deviceCallbackURI},
Public: true,
}
if err := s.storage.CreateClient(client); err != nil {
Expand Down

0 comments on commit d901d42

Please sign in to comment.