Skip to content

Commit c014aa8

Browse files
committed
Include super class of tested client interface
Signed-off-by: Andy McCright <[email protected]>
1 parent e2a16f3 commit c014aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tck/src/main/java/org/eclipse/microprofile/rest/client/tck/cditests/ConfigKeyForMultipleInterfacesTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import org.eclipse.microprofile.rest.client.inject.RestClient;
2222
import org.eclipse.microprofile.rest.client.tck.interfaces.ConfigKeyClient;
23+
import org.eclipse.microprofile.rest.client.tck.interfaces.SimpleGetApi;
2324
import org.eclipse.microprofile.rest.client.tck.interfaces.SimpleGetApiWithConfigKey;
2425
import org.eclipse.microprofile.rest.client.tck.providers.ReturnWithURLRequestFilter;
2526
import org.jboss.arquillian.container.test.api.Deployment;
@@ -59,6 +60,7 @@ public static WebArchive createDeployment() {
5960
ReturnWithURLRequestFilter.class.getName();
6061
JavaArchive jar = ShrinkWrap.create(JavaArchive.class, simpleName + ".jar")
6162
.addClasses(ConfigKeyClient.class,
63+
SimpleGetApi.class,
6264
SimpleGetApiWithConfigKey.class,
6365
ReturnWithURLRequestFilter.class)
6466
.addAsManifestResource(new StringAsset(

0 commit comments

Comments
 (0)