Skip to content

Commit

Permalink
fix startAuthorization test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanja04 committed Jul 12, 2024
1 parent ef4a910 commit 89dcc59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SpotifyConnect/SPOCTestAuthorizerProcess.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ SPOCTestAuthorizerProcess >> testCallbackErrors [

{
#category : #testing,
#'squeak_changestamp' : 'VE 7/11/2024 22:26'
#'squeak_changestamp' : 'TL 7/12/2024 16:02'
}
SPOCTestAuthorizerProcess >> testStartAuthorization [

| entryPoints |
self auth setupCallbackService.
entryPoints := WebServer default entryPoints.
self assert: ((entryPoints at: (SPOCAuthorizer redirectRoute)) isNil not)
| entrypoints |
self auth setupCallbackService.
entrypoints := WebServer default instVarNamed: 'entryPoints'.
self assert: ((entrypoints at: (SPOCAuthorizer redirectRoute)) isNil not)
]

0 comments on commit 89dcc59

Please sign in to comment.