Skip to content

Commit b3114a8

Browse files
chore: enabled the test for direct link provider
1 parent 222f54f commit b3114a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_direct_link_provider_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# load the .env file containing your environment variables
2020
try:
21-
load_dotenv(find_dotenv(filename=".dl_env"))
21+
load_dotenv(find_dotenv(filename="dl.env"))
2222
except:
23-
raise unittest.SkipTest('no .dl_env file loaded, skipping...')
23+
raise unittest.SkipTest('no dl.env file loaded, skipping...')
2424

2525
class TestDirectLinkProviderV2(unittest.TestCase):
2626
""" Test class for DirectLink Provider sdk functions """

0 commit comments

Comments
 (0)