Skip to content

Commit e85e61b

Browse files
authored
Merge pull request gtalarico#59 from yun-wang/fixture
Fix table test fixture
2 parents 91ba678 + c38ab43 commit e85e61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def constants():
3636
@pytest.fixture()
3737
def table(constants):
3838
return Airtable(
39-
constants["API_KEY"],
39+
constants["BASE_KEY"],
4040
constants["TABLE_NAME"],
41-
api_key=constants["BASE_KEY"]
41+
api_key=constants["API_KEY"]
4242
)
4343

4444

0 commit comments

Comments
 (0)