Skip to content

Commit 0b67493

Browse files
committed
fix: Relay iss param in scope accumulation test
1 parent ba55c42 commit 0b67493

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auth/authorization_code_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ func TestAuthorize_ScopeAccumulation(t *testing.T) {
177177
return &AuthorizationResult{
178178
Code: loc.Query().Get("code"),
179179
State: loc.Query().Get("state"),
180+
Iss: loc.Query().Get("iss"),
180181
}, nil
181182
},
182183
})

0 commit comments

Comments
 (0)