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

Commit 65a977e

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/sybit/airtable/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class BaseTest {
2323
@Before
2424
public void before() throws AirtableException{
2525

26-
this.airtable = new Airtable().configure(new Configuration("123","url"));
26+
this.airtable = new Airtable().configure(new Configuration("123","url",null));
2727

2828

2929
}

src/test/java/com/sybit/airtable/TableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TableTest {
2323
@Before
2424
public void before() throws AirtableException{
2525

26-
Airtable airtable = new Airtable().configure(new Configuration("123","url"));
26+
Airtable airtable = new Airtable().configure(new Configuration("123","url",null));
2727
this.base = new Base("base", airtable);
2828

2929
}

0 commit comments

Comments
 (0)