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 222f54f commit b3114a8Copy full SHA for b3114a8
test/integration/test_direct_link_provider_v2.py
@@ -18,9 +18,9 @@
18
19
# load the .env file containing your environment variables
20
try:
21
- load_dotenv(find_dotenv(filename=".dl_env"))
+ load_dotenv(find_dotenv(filename="dl.env"))
22
except:
23
- raise unittest.SkipTest('no .dl_env file loaded, skipping...')
+ raise unittest.SkipTest('no dl.env file loaded, skipping...')
24
25
class TestDirectLinkProviderV2(unittest.TestCase):
26
""" Test class for DirectLink Provider sdk functions """
0 commit comments