Entrust: add organization handling-test change
This commit is contained in:
parent
8738c4d893
commit
50ffe6a29c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue