Skip to content

Commit

Permalink
Fixes #210
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 1, 2017
1 parent 7af7462 commit b62c781
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/unit/ServiceRequests.py
Expand Up @@ -25,12 +25,6 @@ class TestServiceRequests(unittest.TestCase):
Class to test the ServiceRequests module
"""

@patch('IM.InfrastructureList.InfrastructureList')
def test_save_data(self, inflist):
import IM.ServiceRequests
req = IM.ServiceRequests.IMBaseRequest.create_request(IM.ServiceRequests.IMBaseRequest.SAVE_DATA, (""))
req._call_function()

@patch('IM.InfrastructureManager.InfrastructureManager')
def test_add_resource(self, inflist):
import IM.ServiceRequests
Expand Down

0 comments on commit b62c781

Please sign in to comment.