Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 2, 2018
1 parent 0d601bb commit 552456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/REST.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_GetInfrastructureProperty(self, bottle_request, get_infrastructure, Get

GetInfrastructureState.return_value = {'state': "running", 'vm_states': {"vm1": "running", "vm2": "running"}}
GetInfrastructureRADL.return_value = "radl"
GetInfrastructureContMsg.return_value = "contmsg"
GetInfrastructureContMsg.return_value = "contmsg"

inf = MagicMock()
get_infrastructure.return_value = inf
Expand Down

0 comments on commit 552456b

Please sign in to comment.