summaryrefslogtreecommitdiff
path: root/examples/server/tests/features/security.feature
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/tests/features/security.feature')
-rw-r--r--examples/server/tests/features/security.feature5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/server/tests/features/security.feature b/examples/server/tests/features/security.feature
index 42a6709a..1d6aa40e 100644
--- a/examples/server/tests/features/security.feature
+++ b/examples/server/tests/features/security.feature
@@ -39,8 +39,9 @@ Feature: Security
Scenario Outline: CORS Options
- When an OPTIONS request is sent from <origin>
- Then CORS header <cors_header> is set to <cors_header_value>
+ Given a user api key llama.cpp
+ When an OPTIONS request is sent from <origin>
+ Then CORS header <cors_header> is set to <cors_header_value>
Examples: Headers
| origin | cors_header | cors_header_value |