We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f42d62 commit 1c9caf1Copy full SHA for 1c9caf1
src/test/java/com/bandwidth/sdk/unit/api/TollFreeVerificationApiTest.java
@@ -195,10 +195,6 @@ public void updateTollFreeVerificationRequestTest() throws ApiException {
195
}
196
197
@Test
198
- @Disabled /*
199
- * For some reason this returns a 500 due to:
200
- * "Invalid reference token: callbackUrl"
201
- */
202
public void updateWebhookSubscriptionTest() throws ApiException {
203
ApiResponse<WebhookSubscription> response = api.updateWebhookSubscriptionWithHttpInfo(BW_ACCOUNT_ID,
204
"test-id-1234",
0 commit comments