Fix: Filter with label name (#3418)

This commit is contained in:
Tejaswini Chile
2021-11-19 13:55:40 +05:30
committed by GitHub
parent 24e6a92297
commit 7b44bf5b78
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ describe ::Conversations::FilterService do
{
attribute_key: 'labels',
filter_operator: 'equal_to',
values: [1],
values: ['support'],
query_operator: nil
}.with_indifferent_access
]