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

« back to all changes in this revision

Viewing changes to tests/fixtures/cassettes/vultr/IntegrationTests/test_Provider_when_calling_create_record_for_TXT_with_valid_name_and_content.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: [application/json]
 
6
      Accept-Encoding: ['gzip, deflate']
 
7
      Connection: [keep-alive]
 
8
      User-Agent: [python-requests/2.9.1]
 
9
    method: GET
 
10
    uri: https://api.vultr.com/v1/dns/list
 
11
  response:
 
12
    body: {string: !!python/unicode '[{"domain":"capsulecd.com","date_created":"2016-04-13
 
13
        19:03:44"}]'}
 
14
    headers:
 
15
      cache-control: [no-cache]
 
16
      connection: [keep-alive]
 
17
      content-length: ['65']
 
18
      content-type: [application/json]
 
19
      date: ['Thu, 14 Apr 2016 00:05:25 GMT']
 
20
      expires: ['Thu, 14 Apr 2016 00:05:24 GMT']
 
21
      server: [nginx]
 
22
      strict-transport-security: [max-age=31536000]
 
23
      x-content-type-options: [nosniff]
 
24
      x-frame-options: [DENY]
 
25
    status: {code: 200, message: OK}
 
26
- request:
 
27
    body: priority=0&data=%22challengetoken%22&domain=capsulecd.com&type=TXT&name=_acme-challenge.test
 
28
    headers:
 
29
      Accept: [application/json]
 
30
      Accept-Encoding: ['gzip, deflate']
 
31
      Connection: [keep-alive]
 
32
      Content-Length: ['92']
 
33
      Content-Type: [application/x-www-form-urlencoded]
 
34
      User-Agent: [python-requests/2.9.1]
 
35
    method: POST
 
36
    uri: https://api.vultr.com/v1/dns/create_record
 
37
  response:
 
38
    body: {string: !!python/unicode ''}
 
39
    headers:
 
40
      cache-control: [no-cache]
 
41
      connection: [keep-alive]
 
42
      content-length: ['0']
 
43
      content-type: [text/html; charset=UTF-8]
 
44
      date: ['Thu, 14 Apr 2016 00:05:30 GMT']
 
45
      expires: ['Thu, 14 Apr 2016 00:05:29 GMT']
 
46
      server: [nginx]
 
47
      strict-transport-security: [max-age=31536000]
 
48
      transfer-encoding: [chunked]
 
49
      x-content-type-options: [nosniff]
 
50
      x-frame-options: [DENY]
 
51
    status: {code: 200, message: OK}
 
52
version: 1