Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 2a26f77

Browse files
committed
FIX integration tests
1 parent 5ef5818 commit 2a26f77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/itest/java/com/sybit/airtable/mock/WireMockBaseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public void setUp() throws AirtableException {
142142
airtable.setEndpointUrl("http://localhost:8080");
143143
base = airtable.base("appTtHA5PfJnVfjdu");
144144

145+
prop = new WiremockProp();
145146
prop.setRecording(false);
146147
prop.setCleanDirectorys(false);
147148
prop.setProxyBase("192.168.1.254");

0 commit comments

Comments
 (0)