Skip to content

Commit c0deb49

Browse files
authored
fix: enable native integration test (#143)
1 parent 904ed89 commit c0deb49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package io.javaoperatorsdk.webhook.sample.conversion;
22

3-
import org.junit.jupiter.api.Disabled;
4-
53
import io.quarkus.test.junit.QuarkusIntegrationTest;
64

7-
@Disabled
85
@QuarkusIntegrationTest
9-
public class NativeConversionEndpointTest extends ConversionEndpointTest {
6+
public class NativeConversionEndpointIT extends ConversionEndpointTest {
107
}

0 commit comments

Comments
 (0)