Removes outdate comment from a test

The test doesn't actually setup the external plugin so it's not actually
going to fail.

Change-Id: I09749360ef76eb81b27a879adc946d71621b4719
This commit is contained in:
David Stanek 2016-06-22 13:47:13 +00:00
parent d9c6b50a3a
commit dc81d2885a
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ class TestMapped(unit.TestCase):
self.assertEqual(method_name, auth_payload['protocol'])
def test_mapped_with_remote_user(self):
# external plugin should fail and pass to mapped plugin
method_name = 'saml2'
auth_data = {'methods': [method_name]}
# put the method name in the payload so its easier to correlate