Skip to content

Commit c5f979f

Browse files
committed
test(integration): update search operator error message expectation
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8ede064 commit c5f979f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/api/profile_fields.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Feature: profile fields API
311311
Then the response should have a status code 400
312312
And the response should be a JSON array with the following mandatory values
313313
| key | value |
314-
| (jq).ocs.data.message | search operator is not supported |
314+
| (jq).ocs.data.message | The search operator is not supported. |
315315

316316
Scenario: admins get not found when search field definition does not exist
317317
Given as user "admin"

0 commit comments

Comments
 (0)