Skip to content
Snippets Groups Projects
Commit 63629811 authored by Andre LaBranche's avatar Andre LaBranche
Browse files

try again

parent 12e8890d
No related branches found
Tags PyKerberos-1.1
No related merge requests found
......@@ -113,7 +113,7 @@ def test_http_endpoint():
def test_leaks_server():
import gc
SERVICE = kerberos.getServerPrincipalDetails("HTTP", hostname)
SERVICE = "HTTP@%s" % hostname
COUNT = 10
def server_init():
......@@ -140,7 +140,7 @@ def test_leaks_client():
import gc
import psutil
SERVICE = kerberos.getServerPrincipalDetails("HTTP", hostname)
SERVICE = "HTTP@%s" % hostname
def client_init():
kerberos.authGSSClientInit(SERVICE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment