Skip to content

Commit c4cc360

Browse files
committed
Add back custom base url for testing
1 parent 72f0d0b commit c4cc360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/openapitools/client/api/PhoneNumberLookupApiTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ private LookupStatus pollLookupStatus(String requestId) throws Exception {
7070

7171
@Test
7272
public void successfulPhoneNumberLookup() throws Exception, ApiException {
73+
api.setCustomBaseUrl("https://42c9be22ebc6a0c3bdfb7248922a6687.m.pipedream.net");
7374
Basic.setUsername(BW_USERNAME);
7475
Basic.setPassword(BW_PASSWORD);
7576

0 commit comments

Comments
 (0)