Skip to content

Commit 3088574

Browse files
committed
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.
1 parent 7b3f3cf commit 3088574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/python/test_authmanager_oauth2_ows.py

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def setup_oauth(username, password, token_uri, refresh_token_uri='', authcfg_id=
8181
"requestTimeout": '30',
8282
"requestUrl": "",
8383
"scope": "",
84-
"state": "",
8584
"tokenUrl": token_uri,
8685
"username": username,
8786
"version": 1

0 commit comments

Comments
 (0)