summaryrefslogtreecommitdiff
path: root/subplot.yaml
blob: 364d4bc2cb9b9587b08ea1d0caa6c5d784e06a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- given: a running Hagrid system
  impl:
    python:
      function: nop

- when: I make request GET /vks/v1/by-fingerprint/{fingerprint}
  impl:
    python:
      function: get

- then: response HTTP status code is {code}
  impl:
    python:
      function: status_code

- then: "response has header {header}: {value}"
  impl:
    python:
      function: has_header

- then: response body matches file {filename}
  impl:
    python:
      function: body_matches_file