Commit 8cc8112f authored by Lucas Carvalho's avatar Lucas Carvalho

Removing useless code.

A simple object of NetworkcacheClient class is already instantiated by
setUp method.
parent abaa53b8
...@@ -123,10 +123,7 @@ class TestNetworkcacheClient(LibNetworkCacheMixin): ...@@ -123,10 +123,7 @@ class TestNetworkcacheClient(LibNetworkCacheMixin):
Without the private key file, it is not possible to create the Without the private key file, it is not possible to create the
signature so it must signature so it must
""" """
nc = NetworkcacheClient( self.assertEquals('', self.nc._getSignatureString())
shacache=self.shacache_url,
shadir=self.shadir_url)
self.assertEquals('', nc._getSignatureString())
def test_signature_creation_with_private_key_file(self): def test_signature_creation_with_private_key_file(self):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment