Fix OAuth2LoginApplicationTests

Issue gh-4659
This commit is contained in:
Joe Grandja 2017-10-20 04:41:48 -04:00
parent eb82a79068
commit a49047dec5
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ import static org.mockito.Mockito.when;
@AutoConfigureMockMvc
public class OAuth2LoginApplicationTests {
private static final String AUTHORIZATION_BASE_URI = "/oauth2/authorization";
private static final String AUTHORIZE_BASE_URL = "http://localhost:8080/oauth2/authorize/code";
private static final String AUTHORIZE_BASE_URL = "http://localhost:8080/login/oauth2/authorize/code";
@Autowired
private WebClient webClient;