Entrust: add organization handling-param error
This commit is contained in:
parent
75107bcd69
commit
334367376f
|
@ -58,7 +58,7 @@ def test_process_options(mock_current_app, authority):
|
|||
"requesterPhone": mock_current_app.config.get("ENTRUST_PHONE")
|
||||
},
|
||||
"org": "Example, Inc.",
|
||||
"clientID": 1
|
||||
"clientId": 1
|
||||
}
|
||||
|
||||
client_id = 1
|
||||
|
|
Loading…
Reference in New Issue