mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix failing oauth2 test
The presence of the state parameter which has no QPROPERTY counterpart in QgsAuthOAuth2Config was causing the conversion for json to qobject to fail.
This commit is contained in:
parent
7b3f3cfafb
commit
3088574c50
@ -81,7 +81,6 @@ def setup_oauth(username, password, token_uri, refresh_token_uri='', authcfg_id=
|
||||
"requestTimeout": '30',
|
||||
"requestUrl": "",
|
||||
"scope": "",
|
||||
"state": "",
|
||||
"tokenUrl": token_uri,
|
||||
"username": username,
|
||||
"version": 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user