Skip to content

Commit 1bf1136

Browse files
committed
tests: fix openapi test
1 parent 986639a commit 1bf1136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_openapi_scheme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
'description': 'Indicates the version of the access token.',
200200
},
201201
'acct': {
202-
'anyOf': [{'type': 'string'}, {'type': 'null'}],
202+
'anyOf': [{'type': 'integer'}, {'type': 'null'}],
203203
'title': 'Acct',
204204
'description': "User's account status in tenant",
205205
},

0 commit comments

Comments
 (0)