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 Jul 4, 2024
1 parent 0e365f7 commit 897d7bc
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 @@ -327,7 +327,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 897d7bc

Please sign in to comment.