~ubuntu-branches/debian/sid/lexicon/sid

« back to all changes in this revision

Viewing changes to tests/fixtures/cassettes/cloudflare/IntegrationTests/test_Provider_authenticate_with_unmanaged_domain_should_fail.yaml

  • Committer: Package Import Robot
  • Author(s): Ana Custura
  • Date: 2018-03-02 22:36:08 UTC
  • Revision ID: package-import@ubuntu.com-20180302223608-4e2sghral3uifgq7
Tags: upstream-2.1.21
ImportĀ upstreamĀ versionĀ 2.1.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
interactions:
 
2
- request:
 
3
    body: '{}'
 
4
    headers:
 
5
      Accept: ['*/*']
 
6
      Accept-Encoding: ['gzip, deflate']
 
7
      Connection: [keep-alive]
 
8
      Content-Length: ['2']
 
9
      Content-Type: [application/json]
 
10
      User-Agent: [python-requests/2.9.1]
 
11
    method: GET
 
12
    uri: https://api.cloudflare.com/client/v4/zones?status=active&name=thisisadomainidonotown.com
 
13
  response:
 
14
    body: {string: !!python/unicode '{"result":[],"result_info":{"page":1,"per_page":20,"total_pages":0,"count":0,"total_count":0},"success":true,"errors":[],"messages":[]}'}
 
15
    headers:
 
16
      cache-control: ['no-store, no-cache, must-revalidate, post-check=0, pre-check=0']
 
17
      cf-ray: [28b7f5403aad120d-SJC]
 
18
      connection: [keep-alive]
 
19
      content-length: ['135']
 
20
      content-type: [application/json]
 
21
      date: ['Wed, 30 Mar 2016 01:58:41 GMT']
 
22
      expires: ['Sun, 25 Jan 1981 05:00:00 GMT']
 
23
      pragma: [no-cache]
 
24
      server: [cloudflare-nginx]
 
25
      set-cookie: ['__cfduid=d769cb15312a13abdcd1dfe57f873eac71459303121; expires=Thu,
 
26
          30-Mar-17 01:58:41 GMT; path=/; domain=.cloudflare.com; HttpOnly']
 
27
      strict-transport-security: [max-age=31536000]
 
28
      transfer-encoding: [chunked]
 
29
      x-content-type-options: [nosniff]
 
30
      x-frame-options: [SAMEORIGIN]
 
31
    status: {code: 200, message: OK}
 
32
version: 1