Skip to content

Commit 1a092de

Browse files
authored
Merge pull request #220 from grycap/devel
Minor changes
2 parents 126623b + ec0bff1 commit 1a092de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/tests/test_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ def test_managevm_delet(self, flash, avatar, delete, user_data):
242242
res = self.client.post('/managevm/terminate/infid/0')
243243
self.assertEqual(302, res.status_code)
244244
self.assertIn('http://localhost/infrastructures', res.headers['location'])
245-
self.assertEquals(flash.call_args_list[0][0], ("Operation 'terminate' successfully made on VM ID: 0", 'success'))
245+
self.assertEquals(flash.call_args_list[0][0], ("Operation 'terminate' successfully made on VM ID: 0",
246+
'success'))
246247

247248
@patch("app.utils.getUserAuthData")
248249
@patch('requests.put')

0 commit comments

Comments
 (0)