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

Commit 2c864c3

Browse files
author
Fabian Zeller
committed
configured tests
1 parent 65a977e commit 2c864c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/itest/java/com/sybit/airtable/AirtableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void airtableConfigTest() throws AirtableException{
4141

4242
Airtable airtable = new Airtable();
4343
assertNull(airtable.getConfig());
44-
airtable.configure(new Configuration("KEY","URL"));
44+
airtable.configure(new Configuration("KEY","URL","PROXY"));
4545
assertEquals(airtable.apiKey(),"KEY");
4646
assertEquals(airtable.endpointUrl(),"URL");
4747

0 commit comments

Comments
 (0)