diff --git a/tests/integration/acl.feature b/tests/integration/acl.feature index 5bba8c1609..43b1f4c9ae 100644 --- a/tests/integration/acl.feature +++ b/tests/integration/acl.feature @@ -204,7 +204,7 @@ Feature: API Access Control Layer When I request "/posts" Then the guzzle status code should be 200 And the response is JSON - And the "count" property equals "17" + And the "count" property equals "18" Scenario: User can view public and own private posts in collection Given that I want to get all "Posts" @@ -223,7 +223,7 @@ Feature: API Access Control Layer When I request "/posts" Then the guzzle status code should be 200 And the response is JSON - And the "count" property equals "23" + And the "count" property equals "22" Scenario: Admin user can view private posts Given that I want to find a "Post"