Skip to content

Commit 3224086

Browse files
to trigger build
Signed-off-by: Arjun Chauhan <[email protected]>
1 parent e6179b4 commit 3224086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_zones_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# load the .env file containing your environment variables
1818
try:
19-
load_dotenv(find_dotenv(filename="cis.env"))
19+
load_dotenv(find_dotenv(filename=configFile))
2020
except:
2121
print('warning: no cis.env file loaded')
2222

0 commit comments

Comments
 (0)