Skip to content

Commit 34c01b9

Browse files
committed
fix tests
1 parent 30c6abb commit 34c01b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/features/security.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ Feature: Security
6464
| localhost | Access-Control-Allow-Origin | localhost |
6565
| web.mydomain.fr | Access-Control-Allow-Origin | web.mydomain.fr |
6666
| origin | Access-Control-Allow-Credentials | true |
67-
| web.mydomain.fr | Access-Control-Allow-Methods | POST |
67+
| web.mydomain.fr | Access-Control-Allow-Methods | GET, POST |
6868
| web.mydomain.fr | Access-Control-Allow-Headers | * |

0 commit comments

Comments
 (0)