Skip to content

Commit

Permalink
Fix failing oauth2 test
Browse files Browse the repository at this point in the history
The presence of the state parameter which has no QPROPERTY
counterpart in QgsAuthOAuth2Config was causing the
conversion for json to qobject to fail.
  • Loading branch information
nyalldawson committed Oct 25, 2018
1 parent 7b3f3cf commit 3088574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_authmanager_oauth2_ows.py
Expand Up @@ -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
Expand Down

0 comments on commit 3088574

Please sign in to comment.