Entrust: add organization handling-Update test
This commit is contained in:
parent
b191b32312
commit
ff540069e2
|
@ -56,7 +56,9 @@ def test_process_options(mock_current_app, authority):
|
|||
"requesterName": mock_current_app.config.get("ENTRUST_NAME"),
|
||||
"requesterEmail": mock_current_app.config.get("ENTRUST_EMAIL"),
|
||||
"requesterPhone": mock_current_app.config.get("ENTRUST_PHONE")
|
||||
}
|
||||
},
|
||||
"org": "Example, Inc.",
|
||||
"clientID": 1
|
||||
}
|
||||
|
||||
client_id = 1
|
||||
|
|
Loading…
Reference in New Issue