From 75107bcd695552dad2f58a5da5798841803762fd Mon Sep 17 00:00:00 2001 From: sirferl Date: Fri, 13 Nov 2020 08:18:33 +0100 Subject: [PATCH] Entrust: add organization handling-Lint error --- lemur/plugins/lemur_entrust/tests/test_entrust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/plugins/lemur_entrust/tests/test_entrust.py b/lemur/plugins/lemur_entrust/tests/test_entrust.py index 3fe75422..f6835c96 100644 --- a/lemur/plugins/lemur_entrust/tests/test_entrust.py +++ b/lemur/plugins/lemur_entrust/tests/test_entrust.py @@ -57,7 +57,7 @@ def test_process_options(mock_current_app, authority): "requesterEmail": mock_current_app.config.get("ENTRUST_EMAIL"), "requesterPhone": mock_current_app.config.get("ENTRUST_PHONE") }, - "org": "Example, Inc.", + "org": "Example, Inc.", "clientID": 1 }