Skip to content

Commit

Permalink
Enable Twilio test after the component was fixed via Camel 4.0.0-M2 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jul 10, 2023
1 parent d804d67 commit 0aa1aa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<module>tarfile</module>
<module>telegram</module>
<module>tika</module>
<!--<module>twilio</module> https://github.com/apache/camel-quarkus/issues/4527 -->
<module>twilio</module>
<module>twitter</module>
<module>univocity-parsers</module>
<module>validator</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ public com.twilio.http.Response makeRequest(Request originalRequest) {
return new TwilioRestClient.Builder(
ConfigProvider.getConfig().getValue("camel.component.twilio.username", String.class),
ConfigProvider.getConfig().getValue("camel.component.twilio.password", String.class))
.accountSid(ConfigProvider.getConfig().getValue("camel.component.twilio.account-sid", String.class))
.httpClient(client)
.build();
.accountSid(ConfigProvider.getConfig().getValue("camel.component.twilio.account-sid", String.class))
.httpClient(client)
.build();
}
return null;
}
Expand Down
1 change: 1 addition & 0 deletions tooling/scripts/test-categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,5 @@ group-13:
- servicenow
- slack
- nitrite
- twilio
- pgevent

0 comments on commit 0aa1aa1

Please sign in to comment.