Skip to content

Commit 5c03f06

Browse files
Sandeep SSandeep S
authored andcommitted
fix : correct test file
1 parent 28ac68d commit 5c03f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/test_dns_svcs_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
import responses
3131
import tempfile
3232
import urllib
33-
from https://github.com/IBM/networking-python-sdk.dns_svcs_v1 import *
33+
# from https://github.com/IBM/networking-python-sdk.dns_svcs_v1 import *
34+
from ibm_cloud_networking_services.dns_svcs_v1 import *
3435

3536

3637
_service = DnsSvcsV1(

0 commit comments

Comments
 (0)