Skip to content

Commit

Permalink
IBX-8180: Update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jun 28, 2024
1 parent e3ca7e6 commit 8abbae4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getCriteriaPayloads(): iterable
'is container' => [
'json',
$this->buildJsonCriterionQuery('"IsContainerCriterion": true'),
10,
12,
],
'is not container' => [
'json',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getCriteriaPayloads(): iterable
'is not user based' => [
'json',
$this->buildJsonCriterionQuery('"IsUserBasedCriterion": false'),
10,
12,
],
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ public function getCriteriaPayloads(): iterable
'identifier with target group' => [
'json',
$this->buildJsonCriterionQuery('"ObjectStateIdentifierCriterion": {"value": "not_locked", "target": "ez_lock"}'),
12,
14,
],
'identifier without target group' => [
'json',
$this->buildJsonCriterionQuery('"ObjectStateIdentifierCriterion": {"value": "not_locked", "target": null}'),
12,
14,
],
];
}
Expand Down

0 comments on commit 8abbae4

Please sign in to comment.