Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Fix PromoteTransactionCommandTestCase
Browse files Browse the repository at this point in the history
 - mocked cc call didn't contain 'info' key
  • Loading branch information
lzpap committed Feb 26, 2020
1 parent 3a3904f commit daacbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/commands/extended/promote_transaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ async def test_not_promotable(self):

self.adapter.seed_response('checkConsistency', {
'state': False,
'info': 'Something went terribly wrong.',
})

with self.assertRaises(BadApiResponse):
Expand Down

0 comments on commit daacbd6

Please sign in to comment.