Skip to content

Commit 72f0d0b

Browse files
committed
Remove custom base url and enable all tests
1 parent 3ff6e43 commit 72f0d0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ 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");
7473
Basic.setUsername(BW_USERNAME);
7574
Basic.setPassword(BW_PASSWORD);
7675

@@ -120,7 +119,6 @@ public void successfulPhoneNumberLookup() throws Exception, ApiException {
120119

121120
}
122121

123-
@Disabled(("Temporary"))
124122
@Test
125123
public void failedPhoneNumberLookup() throws ApiException {
126124
Basic.setUsername(BW_USERNAME);
@@ -133,7 +131,6 @@ public void failedPhoneNumberLookup() throws ApiException {
133131
assertThat(exception.getCode(), is(400));
134132
}
135133

136-
@Disabled(("Temporary"))
137134
@Test
138135
public void duplicatePhoneNumberLookup() throws ApiException {
139136
Basic.setUsername(BW_USERNAME);
@@ -147,7 +144,6 @@ public void duplicatePhoneNumberLookup() throws ApiException {
147144
assertThat(exception.getCode(), is(400));
148145
}
149146

150-
@Disabled(("Temporary"))
151147
@Test
152148
public void unauthorizedRequest() throws ApiException {
153149
Basic.setUsername("bad_username");

0 commit comments

Comments
 (0)