Skip to content

Commit

Permalink
test(integration): inaccessible table shall respond 404
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Oct 8, 2024
1 parent d6466e2 commit 17d8930
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/features/APIv2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Feature: APIv2
And user "participant1-v2" sees the following table attributes on table "t1"
| favorite | 0 |
When user "participant3-v2" adds the table "t1" to favorites
Then the last response should have a "403" status code


Then the last response should have a "404" status code

@api2
Scenario: Basic column actions
Expand Down

0 comments on commit 17d8930

Please sign in to comment.