Newer
Older
postorius / src / postorius / tests / fixtures / vcr_cassettes / test_list_members_add_owner_new_owner_added.yaml
@Abhilash Raj Abhilash Raj on 16 Apr 2015 1 KB rebased trunk
interactions:
- request:
    body: null
    headers:
      accept-encoding: ['gzip, deflate']
      !!python/unicode 'authorization': [!!python/unicode 'Basic cmVzdGFkbWluOnJlc3RwYXNz']
      !!python/unicode 'user-agent': [!!python/unicode 'GNU Mailman REST client v1.0.0b2']
    method: !!python/unicode 'GET'
    uri: http://localhost:9001/3.0/lists/foo.example.com/roster/owner
  response:
    body: {string: !!python/unicode '{"entries": [{"address": "http://localhost:9001/3.0/addresses/newowner@example.com",
        "self_link": "http://localhost:9001/3.0/members/163990815957256542525750658852072134490",
        "delivery_mode": "regular", "member_id": 163990815957256542525750658852072134490,
        "http_etag": "\"9913ae2abb0010bf9b4c855de522fab707f828d1\"", "list_id": "foo.example.com",
        "email": "newowner@example.com", "role": "owner", "user": "http://localhost:9001/3.0/users/188365834934970343643315563563123245888"}],
        "start": 0, "total_size": 1, "http_etag": "\"4aa693de9438fe5a363b664de3be5204147b1cf3\""}'}
    headers:
      content-length: ['572']
      content-type: [application/json; charset=utf-8]
      date: ['Thu, 16 Apr 2015 01:51:41 GMT']
      server: [WSGIServer/0.2 CPython/3.4.3]
    status: {code: 200, message: OK}
version: 1