Entrust: add organization handling-Update test

This commit is contained in:
sirferl 2020-11-13 08:08:54 +01:00
parent b191b32312
commit ff540069e2
1 changed files with 3 additions and 1 deletions

View File

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