This commit is contained in:
anhefti 2019-09-02 14:23:00 +02:00
parent 35c06c2657
commit 437ea7714d
2 changed files with 6 additions and 1 deletions

View file

@ -101,6 +101,11 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>

View file

@ -56,7 +56,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
new GetInstitution());
final Result<Institution> result = restService.getBuilder(NewInstitution.class)
.withQueryParam(Domain.INSTITUTION.ATTR_NAME, "Test Institution")
.withFormParam(Domain.INSTITUTION.ATTR_NAME, "Test Institution")
.call();
assertNotNull(result);