Skip to content

Commit 6703a61

Browse files
committed
update live context test
1 parent b0ee3bb commit 6703a61

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
import org.springframework.boot.test.context.SpringBootTest;
66
import org.springframework.test.context.junit.jupiter.SpringExtension;
77

8-
import com.baeldung.jwt.JWTResourceServerApp;
9-
108
@ExtendWith(SpringExtension.class)
11-
@SpringBootTest(classes = { JWTResourceServerApp.class })
12-
public class ContextIntegrationTest {
9+
@SpringBootTest
10+
/* the configuration requires the AS to be running */
11+
public class SpringContextLiveTest {
1312

1413
@Test
1514
public void whenLoadApplication_thenSuccess() {

0 commit comments

Comments
 (0)