~abentley/juju-ci-tools/client-from-config-4

« back to all changes in this revision

Viewing changes to tests/test_deploy_stack.py

  • Committer: Aaron Bentley
  • Date: 2016-07-05 14:15:26 UTC
  • mfrom: (1468.1.6 client-from-config-3)
  • Revision ID: aaron.bentley@canonical.com-20160705141526-v1gveg82a4swb3fb
Merged client-from-config-3 into client-from-config-4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
736
736
        self.assertEqual(cc_mock.call_count, 4)
737
737
        self.assertEqual(
738
738
            [
739
 
                call('show-status', '--format', 'yaml', admin=False)
 
739
                call('show-status', '--format', 'yaml', controller=False)
740
740
            ],
741
741
            gjo_mock.call_args_list)
742
742