Skip to content

Commit 6898ef4

Browse files
authored
Merge pull request #89 from pcatalini/hotfix/DAITDS-226_deprecated_method
DAITDS-226 small adjust
2 parents 1e3f5e1 + 02f9d4f commit 6898ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ns1/rest/zones.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def search(
9696
errback=None,
9797
):
9898
request = "{}?q={}&type={}&expand={}".format(
99-
self.SEARCH_ROOT, query, type, expand
99+
self.SEARCH_ROOT, query, type, str.lower(str(expand))
100100
)
101101
if max is not None:
102102
request += "&max=" + str(max)

0 commit comments

Comments
 (0)