Skip to content

Commit

Permalink
Merge pull request #20057 from michalszynkiewicz/rename-rest-client-r…
Browse files Browse the repository at this point in the history
…eactive-integration-tests

Rename Rest Client Reactive integration tests
  • Loading branch information
michalszynkiewicz authored Sep 10, 2021
2 parents f47782c + 89f6f9b commit c317c45
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 c317c45

Please sign in to comment.