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:
Nyall Dawson 2018-10-25 18:37:16 +10:00
parent 7b3f3cfafb
commit 3088574c50

View File

@ -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