mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 19:18:36 +00:00
Test string format quirks rename fix
This commit is contained in:
parent
d0e163b5ba
commit
aa206d868e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class TestSchemaUnmarshal(object):
|
|||
|
||||
assert result == uuid.UUID(value)
|
||||
|
||||
def test_string_format_uuid_valid(self):
|
||||
def test_string_format_uuid_uuid_quirks_valid(self):
|
||||
schema = Schema(SchemaType.STRING, schema_format=SchemaFormat.UUID)
|
||||
value = uuid.uuid4()
|
||||
|
||||
|
|
Loading…
Reference in a new issue