Skip to content

Commit 4bc9155

Browse files
Bas Stokerthomasdarimont
authored andcommitted
Fix server-plain unit test
1 parent b20f91d commit 4bc9155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

embedded-keycloak-server-plain/src/test/java/com/github/thomasdarimont/keycloak/EmbeddedSpringBootKeycloakServerXApplicationTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5+
import com.github.thomasdarimont.keycloak.embedded.runner.Main;
56

6-
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
7+
@SpringBootTest(classes = Main.class, webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
78
class EmbeddedSpringBootKeycloakServerXApplicationTests {
89

910
@Test

0 commit comments

Comments
 (0)