Skip to content

Commit

Permalink
[RESTEASY-3463] Add the missing @RequiresModule annotation for the en…
Browse files Browse the repository at this point in the history
…tity part test.

https://issues.redhat.com/browse/RESTEASY-3463
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Mar 22, 2024
1 parent 2284d84 commit 87f8d3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.wildfly.arquillian.junit.annotations.RequiresModule;

/**
* @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>
*/
@ExtendWith(ArquillianExtension.class)
@RunAsClient
@ServerSetup(LoggingSetupTask.class)
@RequiresModule(value = "org.jboss.resteasy.resteasy-multipart-provider", minVersion = "6.2.8.Final")
public class EntityPartFormParamTestCase {

@Deployment
Expand Down

0 comments on commit 87f8d3a

Please sign in to comment.