Skip to content

Commit 55e56f0

Browse files
Remove final mentions of Kerberos in source tree
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 07531ff commit 55e56f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_requests_gssapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
gssdelegflags = gssflags + [gssapi.RequirementFlag.delegate_to_peer]
3131

3232

33-
class KerberosTestCase(unittest.TestCase):
33+
class GSSAPITestCase(unittest.TestCase):
3434
def setUp(self):
3535
"""Setup."""
3636
fake_init.reset_mock()

0 commit comments

Comments
 (0)