File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
ors-api/src/test/java/org/heigit/ors/apitests/status Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1717import org .heigit .ors .apitests .common .EndPointAnnotation ;
1818import org .heigit .ors .apitests .common .VersionAnnotation ;
1919import org .junit .jupiter .api .Test ;
20+ import org .junit .jupiter .api .extension .ExtendWith ;
21+ import org .testcontainers .junit .jupiter .Testcontainers ;
22+ import org .testcontainers .junit .jupiter .TestcontainersExtension ;
2023
2124import static io .restassured .RestAssured .given ;
2225import static org .hamcrest .Matchers .is ;
2326
2427@ EndPointAnnotation (name = "status" )
2528@ VersionAnnotation (version = "v2" )
29+ @ ExtendWith (TestcontainersExtension .class )
30+ @ Testcontainers (disabledWithoutDocker = true )
2631class ResultTest extends AbstractContainerBaseTest {
2732
2833 @ Test
You can’t perform that action at this time.
0 commit comments