Skip to content

Commit

Permalink
[backend] fix tests (#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed May 13, 2024
1 parent 6e7975e commit 89debc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ describe('Stix filter testers', () => {

filter = {
key: ['representative'],
mode: 'and',
mode: 'or',
operator: 'eq',
values: ['www.xolod-teplo.ru', 'test']
} as Filter;
Expand Down

0 comments on commit 89debc2

Please sign in to comment.