File: test_client.test_response_callback.yaml

package info (click to toggle)
python-azure-storage 20181109%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76,472 kB
  • sloc: python: 28,724; makefile: 204; sh: 1
file content (26 lines) | stat: -rw-r--r-- 1,145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
interactions:
- request:
    body: null
    headers:
      Connection: [keep-alive]
      User-Agent: [Azure-Storage/1.4.0-1.4.0 (Python CPython 3.7.0; Darwin 18.2.0)]
      x-ms-client-request-id: [87bb9ef8-e474-11e8-9ac5-acde48001122]
      x-ms-date: ['Fri, 09 Nov 2018 23:09:37 GMT']
      x-ms-version: ['2018-03-28']
    method: GET
    uri: https://storagename.blob.core.windows.net/contf4c30de7?restype=container
  response:
    body: {string: "\uFEFF<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>ContainerNotFound</Code><Message>The\
        \ specified container does not exist.\nRequestId:07c20669-c01e-0011-5281-78f830000000\n\
        Time:2018-11-09T23:09:38.0342194Z</Message></Error>"}
    headers:
      Content-Length: ['225']
      Content-Type: [application/xml]
      Date: ['Fri, 09 Nov 2018 23:09:37 GMT']
      Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
      Vary: [Origin]
      x-ms-error-code: [ContainerNotFound]
      x-ms-request-id: [07c20669-c01e-0011-5281-78f830000000]
      x-ms-version: ['2018-03-28']
    status: {code: 404, message: The specified container does not exist.}
version: 1