We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ee3bb commit 6703a61Copy full SHA for 6703a61
oauth-resource-server/resource-server-jwt/src/test/java/com/baeldung/jwt/ContextIntegrationTest.java renamed to oauth-resource-server/resource-server-jwt/src/test/java/com/baeldung/jwt/SpringContextLiveTest.java
@@ -5,11 +5,10 @@
5
import org.springframework.boot.test.context.SpringBootTest;
6
import org.springframework.test.context.junit.jupiter.SpringExtension;
7
8
-import com.baeldung.jwt.JWTResourceServerApp;
9
-
10
@ExtendWith(SpringExtension.class)
11
-@SpringBootTest(classes = { JWTResourceServerApp.class })
12
-public class ContextIntegrationTest {
+@SpringBootTest
+/* the configuration requires the AS to be running */
+public class SpringContextLiveTest {
13
14
@Test
15
public void whenLoadApplication_thenSuccess() {
0 commit comments