Skip to content

Commit 1c9caf1

Browse files
authored
SWI-6777 Bring Back TFV Unit Test (#178)
* SWI-6777 Bring Back TFV Unit Test * spacing
1 parent 0f42d62 commit 1c9caf1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/com/bandwidth/sdk/unit/api/TollFreeVerificationApiTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,6 @@ public void updateTollFreeVerificationRequestTest() throws ApiException {
195195
}
196196

197197
@Test
198-
@Disabled /*
199-
* For some reason this returns a 500 due to:
200-
* "Invalid reference token: callbackUrl"
201-
*/
202198
public void updateWebhookSubscriptionTest() throws ApiException {
203199
ApiResponse<WebhookSubscription> response = api.updateWebhookSubscriptionWithHttpInfo(BW_ACCOUNT_ID,
204200
"test-id-1234",

0 commit comments

Comments
 (0)