Skip to content

Commit c22fce9

Browse files
Sandeep SSandeep S
authored andcommitted
fix : update dns svcs env file
1 parent 7a02a1b commit c22fce9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pdns.env.enc

304 Bytes
Binary file not shown.

test/integration/test_dns_svcs_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ibm_cloud_networking_services.dns_svcs_v1 import DnsSvcsV1
1111
from dotenv import load_dotenv, find_dotenv
1212

13-
configFile = "dns.env"
13+
configFile = "pdns.env"
1414
# load the .env file containing your environment variables
1515
try:
1616
load_dotenv(find_dotenv(filename=configFile))

0 commit comments

Comments
 (0)