@ -7,16 +7,16 @@ stages:
- name: "Successful decode with valid encoded input"
request:
url: "http://{server_address}/{api_base}/major/decode/pl/hello"
url: "http://{server_address}/{api_base}/major/decode/pl/test"
method: GET
headers:
X-API-Key: "{api_key}"
response:
strict: False
strict: True
status_code: 200
json:
input: "hello"
result: !anystr
input: "test"
result: "101"
- name: "Missing authentication returns 401 error"
@ -15,14 +15,16 @@ stages:
dictionaries: !anylist
dictionaries:
- name: !anystr
entry_count: !anyint
url: "http://{server_address}/{api_base}/dicts"
status_code: 401
error: !anystr
@ -11,10 +11,10 @@ stages:
name: !anystr
name: "phomnemic-server"
version: !anystr