pre-commit-ci-lite[bot]
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
1 deletions
-
tests/test_sentinel.py
|
|
|
@ -243,7 +243,12 @@ def test_openapi_schema(): |
|
|
|
"Item": { |
|
|
|
"title": "Item", |
|
|
|
"type": "object", |
|
|
|
"properties": {"data": {"title": "Data", "anyOf": [{"type": "string"}, {"type": "null"}]}}, |
|
|
|
"properties": { |
|
|
|
"data": { |
|
|
|
"title": "Data", |
|
|
|
"anyOf": [{"type": "string"}, {"type": "null"}], |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"ValidationError": { |
|
|
|
"title": "ValidationError", |
|
|
|
|