Skip to content

Commit 247d077

Browse files
a-spikerCopilot
andauthored
Update lib/live_cluster/client/node.py
Co-authored-by: Copilot <[email protected]>
1 parent d2fd83c commit 247d077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/live_cluster/client/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3391,7 +3391,7 @@ async def info_masking_list_rules(self, namespace=None, set_=None):
33913391

33923392
resp = await self._info(masking_show_req)
33933393

3394-
if resp.startswith("ERROR"):
3394+
if resp.startswith("error") or resp.startswith("ERROR"):
33953395
raise ASInfoResponseError("Failed to list masking rules", resp)
33963396

33973397
return [

0 commit comments

Comments
 (0)