We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8561b1 commit a01e769Copy full SHA for a01e769
1 file changed
tests/test_metabase_api.py
@@ -3,6 +3,7 @@
3
import os
4
import unittest
5
6
+
7
LOGIN_DOMAIN = os.environ.get("LOGIN_DOMAIN")
8
LOGIN_EMAIL = os.environ.get("LOGIN_USERNAME")
9
LOGIN_PASSWORD = os.environ.get("LOGIN_PASSWORD")
0 commit comments