Skip to content
Snippets Groups Projects
Commit 5d8d232c authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix remote API unittest

I broke it with rev 1864. This patch also removes whitespace at
line endings.

Reviewed-by: amishchenko
parent 779c15bb
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ import tempfile
from ganeti import errors
from ganeti import http
from ganeti.rapi import connector
from ganeti.rapi import rlib1
from ganeti.rapi import connector
from ganeti.rapi import rlib1
class MapperTests(unittest.TestCase):
......@@ -70,7 +70,7 @@ class R_RootTests(unittest.TestCase):
"""Testing for R_root class."""
def setUp(self):
self.root = connector.R_root(None, None, None, None)
self.root = connector.R_root(None, None, None)
def testGet(self):
expected = [
......
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