Skip to content

Commit

Permalink
fix: modify update integration test status code
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jun 23, 2024
1 parent 2862cc9 commit ceff17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/features/APIv2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Feature: APIv2
| alias | type | permissions |
| t1 | table | read,create,update |
| t2 | table | read |
Then the reported status is "200"
Then the reported status is "403"
When user "participant1-v2" fetches Context "c1"
Then the fetched Context "c1" has following data:
| field | value |
Expand Down

0 comments on commit ceff17d

Please sign in to comment.