Skip to content

Commit

Permalink
IBX-8179: Update functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jun 27, 2024
1 parent 7b30ee9 commit 8af82ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bundle/Functional/HttpOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public function providerForTestHttpOptions(): array
['/user/policies', ['GET']],
['/user/roles', ['GET', 'POST']],
['/user/roles/1', ['POST', 'GET', 'PATCH', 'DELETE']],
['/user/roles/1/draft', ['GET', 'PATCH', 'PUBLISH', 'DELETE'], 'PublishRoleInput+json'],
['/user/roles/1/draft', ['GET', 'PATCH', 'PUBLISH', 'DELETE']],
['/user/roles/1/draft', ['POST'], 'PublishRoleInput+json'],
['/user/roles/1/policies', ['GET', 'POST', 'DELETE']],
['/user/roles/1/policies/328', ['GET', 'PATCH', 'DELETE']],
['/user/current', ['GET']],
Expand Down

0 comments on commit 8af82ec

Please sign in to comment.