Skip to content

Commit

Permalink
tests: fix openapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Mar 4, 2024
1 parent 986639a commit 1bf1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openapi_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
'description': 'Indicates the version of the access token.',
},
'acct': {
'anyOf': [{'type': 'string'}, {'type': 'null'}],
'anyOf': [{'type': 'integer'}, {'type': 'null'}],
'title': 'Acct',
'description': "User's account status in tenant",
},
Expand Down

0 comments on commit 1bf1136

Please sign in to comment.