steps:
  - request_defaults:
      headers:
        special: MATCHED
  - request:
      url: http://localhost:3000/get
    response:
      text: "MATCHED"

