Browse Source

Merge pull request #7631 from nocodb/nc-test/airtable-import

test: fix atbl import
pull/7623/head
Ramesh Mane 7 months ago committed by GitHub
parent
commit
8c6576fdb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tests/playwright/constants/index.ts

2
tests/playwright/constants/index.ts

@ -1,4 +1,4 @@
const airtableApiKey = 'keyn1MR87qgyUsYg4';
const airtableApiKey = 'patnDizoItL6GsweQ.88f74da91af272b42326802c212e382d39dd38be9b81f4ad25beaae7de793535';
const airtableApiBase = 'https://airtable.com/shr4z0qmh6dg5s3eB';
const defaultBaseName = 'Base';

Loading…
Cancel
Save