Skip to content

Commit 18f7aef

Browse files
committed
Now that Heroku works again, let's reintegrate our Integration test :)
1 parent 69ce375 commit 18f7aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cxf-spring-boot-starter-samples/cxf-boot-simple-client/src/test/java/de/codecentric/soap/endpoint/WeatherServiceSoapClientIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public void init() {
2929
RestAssured.port = port;
3030
}
3131

32-
@Disabled
3332
@Test
3433
public void callWeatherServiceSoapClient() {
3534
WeatherResponse weatherResponse =

0 commit comments

Comments
 (0)