Newer
Older
postorius / src / postorius / tests / fixtures / vcr_cassettes / TestAddressActivationForm.test_email_used_by_mailman_is_invalid.yaml
@Simon Hanna Simon Hanna on 25 Mar 2016 2 KB Update tapes
interactions:
- request:
    body: email=subscribed%40example.org&password=password
    headers:
      accept-encoding: ['gzip, deflate']
      !!python/unicode content-type: [!!python/unicode application/x-www-form-urlencoded]
    method: !!python/unicode POST
    uri: http://localhost:9001/3.0/users
  response:
    body: {string: !!python/unicode ''}
    headers:
      content-length: ['0']
      location: ['http://localhost:9001/3.0/users/112']
    status: {code: 201, message: Created}
- request:
    body: null
    headers:
      accept-encoding: ['gzip, deflate']
    method: !!python/unicode GET
    uri: http://localhost:9001/3.0/users/subscribed@example.org
  response:
    body: {string: !!python/unicode '{"created_on": "2005-08-01T07:49:23", "http_etag":
        "\"2f2104c1678cab64df1a0106f97e3b94fbd3640a\"", "is_server_owner": false,
        "password": "$6$rounds=676777$gJwm8V4aVFWXp7ql$lDLgXc4cj7P2mzVxMTcGB9gM.lIySG0FpF8DvsaXV9FI4KMwAIMtay3qA1k0xd.oU2QoAjbGox1vuzjc/r7Rm.",
        "self_link": "http://localhost:9001/3.0/users/112", "user_id": 112}'}
    headers:
      content-length: ['328']
      content-type: [application/json; charset=utf-8]
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      accept-encoding: ['gzip, deflate']
    method: !!python/unicode GET
    uri: http://localhost:9001/3.0/domains
  response:
    body: {string: !!python/unicode '{"http_etag": "\"32223434a0f3af4cdc4673d1fbc5bac1f6d98fd3\"",
        "start": 0, "total_size": 0}'}
    headers:
      content-length: ['90']
      content-type: [application/json; charset=utf-8]
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      accept-encoding: ['gzip, deflate']
    method: !!python/unicode GET
    uri: http://localhost:9001/3.0/users
  response:
    body: {string: !!python/unicode '{"entries": [{"created_on": "2005-08-01T07:49:23",
        "http_etag": "\"2f2104c1678cab64df1a0106f97e3b94fbd3640a\"", "is_server_owner":
        false, "password": "$6$rounds=676777$gJwm8V4aVFWXp7ql$lDLgXc4cj7P2mzVxMTcGB9gM.lIySG0FpF8DvsaXV9FI4KMwAIMtay3qA1k0xd.oU2QoAjbGox1vuzjc/r7Rm.",
        "self_link": "http://localhost:9001/3.0/users/112", "user_id": 112}], "http_etag":
        "\"7e51e269eac04f7c8f592121f9cdd171fef9a995\"", "start": 0, "total_size":
        1}'}
    headers:
      content-length: ['433']
      content-type: [application/json; charset=utf-8]
    status: {code: 200, message: OK}
- request:
    body: null
    headers:
      accept-encoding: ['gzip, deflate']
    method: !!python/unicode DELETE
    uri: http://localhost:9001/3.0/users/112
  response:
    body: {string: !!python/unicode ''}
    headers:
      content-length: ['0']
    status: {code: 204, message: No Content}
version: 1