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

« back to all changes in this revision

Viewing changes to tests/fixtures/cassettes/cloudns/IntegrationTests/test_Provider_authenticate.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: null
 
4
    headers:
 
5
      Accept: ['*/*']
 
6
      Accept-Encoding: ['gzip, deflate']
 
7
      Connection: [keep-alive]
 
8
      User-Agent: [python-requests/2.18.3]
 
9
    method: GET
 
10
    uri: https://api.cloudns.net/dns/get-zone-info.json?domain-name=api-example.com
 
11
  response:
 
12
    body: {string: '{"name":"api-example.com","type":"master","zone":"domain","status":"1"}'}
 
13
    headers:
 
14
      Connection: [Keep-Alive]
 
15
      Content-Length: ['71']
 
16
      Content-Type: [application/json]
 
17
      Date: ['Fri, 04 Aug 2017 21:44:30 GMT']
 
18
      Keep-Alive: [timeout=5]
 
19
      Server: [Apache]
 
20
      X-Content-Type-Options: [nosniff]
 
21
      X-Frame-Options: [SAMEORIGIN]
 
22
      X-XSS-Protection: [1; mode=block]
 
23
    status: {code: 200, message: OK}
 
24
version: 1