Guest User

Untitled

a guest
Feb 1st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mock_heat_api.stack_get.side_effect = [
  2. (
  3. [mock.Mock(id='foo_environment_id', description='foo_stack_id')],
  4. False, False
  5. ),
Advertisement
Add Comment
Please, Sign In to add comment