Merge "Fix deckhand-integration-uwsgi-py35 tests"

This commit is contained in:
Zuul 2020-03-04 18:37:05 +00:00 committed by Gerrit Code Review
commit a03e9b427f
5 changed files with 9 additions and 9 deletions

View File

@ -51,7 +51,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.status: ACTIVE
$.name: my-passphrase
@ -63,7 +63,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/octet-stream; charset=UTF-8
content-type: /^application\/octet-stream|^application\/octet-stream;\ charset=UTF-8/
response_strings:
# base64.b64encode(repr("not-a-real-password"))
- J25vdC1hLXJlYWwtcGFzc3dvcmQn

View File

@ -66,7 +66,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.secrets.`len`: 0
$.secrets: []
@ -151,7 +151,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.status: ACTIVE
$.name: armada-doc

View File

@ -88,7 +88,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.status: ACTIVE
$.name: example-armada-cert

View File

@ -202,7 +202,7 @@ tests:
request_headers:
content-type: application/json
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.secrets.`len`: 7
$.secrets[*].status:

View File

@ -49,7 +49,7 @@ tests:
request_headers:
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.status: ACTIVE
@ -60,7 +60,7 @@ tests:
request_headers:
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
response_headers:
content-type: application/octet-stream; charset=UTF-8
content-type: /^application\/octet-stream$|^application\/octet-stream;\ charset=UTF-8$/
response_strings:
# base64.b64encode(repr("not-a-real-password"))
- J25vdC1hLXJlYWwtcGFzc3dvcmQn
@ -82,7 +82,7 @@ tests:
request_headers:
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
response_headers:
content-type: application/json; charset=UTF-8
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
response_json_paths:
$.secrets.`len`: 0
$.secrets: []