Skip to content

Commit 4c1cfd2

Browse files
committed
rollback
1 parent debb568 commit 4c1cfd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_base_flow.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414

1515
def get_client():
16-
api_key = os.getenv('MINDS_API_KEY')
17-
base_url = os.getenv('MINDS_BASE_URL', 'https://dev.mindsdb.com')
16+
api_key = os.getenv('API_KEY')
17+
base_url = os.getenv('BASE_URL', 'https://dev.mindsdb.com')
1818

1919
return Client(api_key, base_url=base_url)
2020

0 commit comments

Comments
 (0)