Skip to content

Commit 9b598c8

Browse files
authored
provide default value for uuid formats (DataDog#2915)
1 parent f175fd0 commit 9b598c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.generator/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def request_parameter(context, operation_id, api_version, operation_specs, name,
345345
value = {
346346
"string": {
347347
"date-time": "2021-11-11T11:11:11.111+00:00",
348+
"uuid": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
348349
None: name,
349350
},
350351
"integer": {

0 commit comments

Comments
 (0)