Skip to content

Commit fff04f7

Browse files
Updated cloudbolt_admin to do iexact of label "onefuse"
[ENG-23926]
1 parent 3716af1 commit fff04f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onefuse/cloudbolt_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, conn_info_name: str, verify_certs: bool = None,
6464
try:
6565
conn_info = ConnectionInfo.objects.get(
6666
name__iexact=conn_info_name,
67-
labels__name='onefuse'
67+
labels__name__iexact='onefuse'
6868
)
6969
except:
7070
err_str = (f'ConnectionInfo could not be found with name: '

0 commit comments

Comments
 (0)