Remove superfluous comments
Remove a few comments that previously add noise but don't offer a great deal of value. Issue gh-8945
This commit is contained in:
@@ -60,8 +60,6 @@ public class OAuth2ResourceServerApplicationITests {
|
||||
.andExpect(content().string(containsString("Hello, subject for tenant one!")));
|
||||
}
|
||||
|
||||
// -- tests with scopes
|
||||
|
||||
@Test
|
||||
public void tenantOnePerformWhenValidBearerTokenThenScopedRequestsAlsoWork()
|
||||
throws Exception {
|
||||
@@ -96,8 +94,6 @@ public class OAuth2ResourceServerApplicationITests {
|
||||
.andExpect(content().string(containsString("Hello, subject for tenant two!")));
|
||||
}
|
||||
|
||||
// -- tests with scopes
|
||||
|
||||
@Test
|
||||
public void tenantTwoPerformWhenValidBearerTokenThenScopedRequestsAlsoWork()
|
||||
throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user