otto-de/marathon-api

View on GitHub
fixtures/vcr/Marathon_Group/_delete/deletes_the_group.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: delete
    uri: http://localhost:8080/v2/groups//test-group?force=true
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Content-Type:
      - application/json
      Accept:
      - application/json
      User-Agent:
      - ub0r/Marathon-API 1.1.0
  response:
    status:
      code: 200
      message: OK
    headers:
      Cache-Control:
      - no-cache, no-store, must-revalidate
      Pragma:
      - no-cache
      Expires:
      - '0'
      Content-Type:
      - application/json
      Transfer-Encoding:
      - chunked
      Server:
      - Jetty(8.y.z-SNAPSHOT)
    body:
      encoding: UTF-8
      string: '{"version":"2015-03-17T13:06:08.992Z","deploymentId":"dc1bea59-c598-4d50-91db-6d50d675f073"}'
    http_version: 
  recorded_at: Tue, 17 Mar 2015 13:06:09 GMT
recorded_with: VCR 2.9.3