Skip to content

Commit b1d75b7

Browse files
authored
Merge branch 'master' into cleanup
2 parents 2cacb2a + e85e61b commit b1d75b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def constants():
3434
@pytest.fixture()
3535
def table(constants):
3636
return Airtable(
37-
constants["API_KEY"], constants["TABLE_NAME"], api_key=constants["BASE_KEY"]
37+
constants["BASE_KEY"],
38+
constants["TABLE_NAME"],
39+
api_key=constants["API_KEY"]
3840
)
3941

4042

0 commit comments

Comments
 (0)