We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3716af1 + fff04f7 commit f8e7c9bCopy full SHA for f8e7c9b
1 file changed
onefuse/cloudbolt_admin.py
@@ -64,7 +64,7 @@ def __init__(self, conn_info_name: str, verify_certs: bool = None,
64
try:
65
conn_info = ConnectionInfo.objects.get(
66
name__iexact=conn_info_name,
67
- labels__name='onefuse'
+ labels__name__iexact='onefuse'
68
)
69
except:
70
err_str = (f'ConnectionInfo could not be found with name: '
0 commit comments