|
@@ -35,14 +35,14 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
|
|
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
|
|
|
|
|
|
/**
|
|
|
- * Integration tests for {@link OAuth2ResourceServerApplication}.
|
|
|
+ * Integration tests for {@link OAuth2MultitenancyResourceServerApplication}.
|
|
|
*
|
|
|
* @author Josh Cummings
|
|
|
*/
|
|
|
@SpringBootTest
|
|
|
@AutoConfigureMockMvc
|
|
|
@ActiveProfiles("test")
|
|
|
-public class OAuth2ResourceServerApplicationITests {
|
|
|
+public class OAuth2MultitenancyResourceServerApplicationITests {
|
|
|
|
|
|
String tenantOneNoScopesToken = "eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJzdWJqZWN0IiwiZXhwIjo0NjgzODA1MTI4fQ.ULEPdHG-MK5GlrTQMhgqcyug2brTIZaJIrahUeq9zaiwUSdW83fJ7W1IDd2Z3n4a25JY2uhEcoV95lMfccHR6y_2DLrNvfta22SumY9PEDF2pido54LXG6edIGgarnUbJdR4rpRe_5oRGVa8gDx8FnuZsNv6StSZHAzw5OsuevSTJ1UbJm4UfX3wiahFOQ2OI6G-r5TB2rQNdiPHuNyzG5yznUqRIZ7-GCoMqHMaC-1epKxiX8gYXRROuUYTtcMNa86wh7OVDmvwVmFioRcR58UWBRoO1XQexTtOQq_t8KYsrPZhb9gkyW8x2bAQF-d0J0EJY8JslaH6n4RBaZISww";
|
|
|
|