Skip to content

Commit 02f9d4f

Browse files
author
Pedro Angelo
committed
lowercase argument for s4
1 parent f5a9a7e commit 02f9d4f

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)