Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcolbert committed Feb 9, 2017
1 parent 0442857 commit 339e640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_clc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_process_request_state_absent(self,

# Assert
self.module.exit_json.assert_called_once_with(changed=True,
group={ "id": "1111111", "servers": [ "EXISTING_SERVER" ]},
group=None,
servers=[],
server_ids=['TEST_SERVER'],
partially_created_server_ids=[])
Expand Down Expand Up @@ -567,7 +567,7 @@ def test_process_request_start_server(self,

# Assert
self.module.exit_json.assert_called_once_with(server_ids=['TEST_SERVER'],
group={ "id": "1111111", "servers": [ "EXISTING_SERVER", "TEST_SERVER" ]},
group=None,
changed=True,
servers=[{'name': 'TEST_SERVER',
'publicip': '5.6.7.8',
Expand Down

0 comments on commit 339e640

Please sign in to comment.