From 50ffe6a29c34afae9633633065c1a15c68f4dcb6 Mon Sep 17 00:00:00 2001 From: sirferl Date: Thu, 12 Nov 2020 14:31:49 +0100 Subject: [PATCH] Entrust: add organization handling-test change --- lemur/plugins/lemur_entrust/tests/test_entrust.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lemur/plugins/lemur_entrust/tests/test_entrust.py b/lemur/plugins/lemur_entrust/tests/test_entrust.py index 354e204e..bcb2f50a 100644 --- a/lemur/plugins/lemur_entrust/tests/test_entrust.py +++ b/lemur/plugins/lemur_entrust/tests/test_entrust.py @@ -59,4 +59,5 @@ def test_process_options(mock_current_app, authority): } } - assert expected == plugin.process_options(options) + client_id = 1 + assert expected == plugin.process_options(options, client_id)