summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/tasks.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-06-25 16:12:19 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-25 21:07:07 +0200
commitc8511d3b3baa389069156bf9991a9f4c7d64cf4a (patch)
tree135a92e380fd0de9e74c8dd59616bfe28125af2f /ipatests/test_integration/tasks.py
parent697387328b66fb88cb7657b493d2c9e4f9024a90 (diff)
downloadfreeipa-c8511d3b3baa389069156bf9991a9f4c7d64cf4a.tar.gz
freeipa-c8511d3b3baa389069156bf9991a9f4c7d64cf4a.tar.xz
freeipa-c8511d3b3baa389069156bf9991a9f4c7d64cf4a.zip
ipaplatform: Fix misspelled path constant
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipatests/test_integration/tasks.py')
-rw-r--r--ipatests/test_integration/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index ccb0d8693..cd8f98306 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -219,7 +219,7 @@ def install_replica(master, replica, setup_ca=True):
'--ip-address', replica.ip,
replica.hostname])
replica_bundle = master.get_file_contents(
- paths.REPLICA_INFO_TEMPLATE_GPG % replica.hostname)
+ paths.REPLICA_INFO_GPG_TEMPLATE % replica.hostname)
replica_filename = os.path.join(replica.config.test_dir,
'replica-info.gpg')
replica.put_file_contents(replica_filename, replica_bundle)