Skip to content

Commit

Permalink
Rename Rest Client Reactive integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszynkiewicz committed Sep 10, 2021
1 parent 70e5b80 commit 89f6f9b
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
<module>reactive-messaging-http</module>
<module>rest-client</module>
<module>resteasy-reactive-kotlin</module>
<module>resteasy-reactive-rest-client</module>
<module>resteasy-reactive-rest-client-multipart</module>
<module>rest-client-reactive</module>
<module>rest-client-reactive-multipart</module>
<module>packaging</module>
<module>simple with space</module>
<module>consul-config</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>999-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quarkus-integration-test-resteasy-reactive-rest-client-multipart</artifactId>
<name>Quarkus - Integration Tests - REST client Reactive multipart messages</name>
<artifactId>quarkus-integration-test-rest-client-reactive-multipart</artifactId>
<name>Quarkus - Integration Tests - REST Client Reactive: multipart messages</name>

<dependencies>
<!-- Client dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>999-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quarkus-integration-test-resteasy-reactive-rest-client</artifactId>
<name>Quarkus - Integration Tests - REST client</name>
<artifactId>quarkus-integration-test-rest-client-reactive</artifactId>
<name>Quarkus - Integration Tests - REST Client Reactive</name>

<!--todo add ssl tests-->
<!--todo test fault tolerance integration-->
Expand Down

0 comments on commit 89f6f9b

Please sign in to comment.