summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-10-14 09:53:04 +0200
committerMartin Basti <mbasti@redhat.com>2015-10-14 10:14:51 +0200
commit16261adc58fb9bfe51c679d6e00d85f21c1f6447 (patch)
tree54d553c230004de0e47872a5f807634d0f00a772
parentd0bdc37679ef6807d16f2f3b216366834f9d6de0 (diff)
downloadfreeipa-16261adc58fb9bfe51c679d6e00d85f21c1f6447.tar.gz
freeipa-16261adc58fb9bfe51c679d6e00d85f21c1f6447.tar.xz
freeipa-16261adc58fb9bfe51c679d6e00d85f21c1f6447.zip
Replace tab with space in test_user_plugin.py
Mixing tabs and spaces is not allowed in python3 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r--ipatests/test_xmlrpc/test_user_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_xmlrpc/test_user_plugin.py b/ipatests/test_xmlrpc/test_user_plugin.py
index b4355261f..18305ad02 100644
--- a/ipatests/test_xmlrpc/test_user_plugin.py
+++ b/ipatests/test_xmlrpc/test_user_plugin.py
@@ -1740,8 +1740,8 @@ class UserTracker(Tracker):
return self.make_command('user_enable', self.uid)
def make_stage_command(self):
- """ Make function that restores preserved user by moving it to
- staged container """
+ """ Make function that restores preserved user by moving it to
+ staged container """
return self.make_command('user_stage', self.uid)
def track_create(self):