Skip to content

Commit

Permalink
Update counts in acl.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Oct 30, 2017
1 parent a9fbb82 commit 05ae30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/acl.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 05ae30f

Please sign in to comment.