summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_caless.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_integration/test_caless.py')
-rw-r--r--ipatests/test_integration/test_caless.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index e47984cf7..c0f4080a9 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -1169,7 +1169,7 @@ class TestIPACommands(CALessBase):
'--certificate', self.client_pem])
self.master.run_command(['ipa-getkeytab', '-s', self.master.hostname,
'-p' "host/%s" % self.test_hostname,
- '-k', paths.IPA_KEYTAB])
+ '-k', paths.HTTP_KEYTAB])
try:
yield
finally:
@@ -1186,7 +1186,7 @@ class TestIPACommands(CALessBase):
self.master.run_command(['ipa-getkeytab', '-s',
self.master.hostname,
'-p', self.test_service,
- '-k', paths.IPA_KEYTAB])
+ '-k', paths.HTTP_KEYTAB])
yield
def test_service_mod_doesnt_revoke(self):