~adeuring/charmworld/more-heartbeat-info

« back to all changes in this revision

Viewing changes to charmworld/jobs/tests/test_proof.py

  • Committer: Tarmac
  • Author(s): Abel Deuring
  • Date: 2013-10-16 13:21:29 UTC
  • mfrom: (419.2.2 fix-config-yaml-linting)
  • Revision ID: tarmac-20131016132129-0bevmp12feihojo1
Fix string type handling of the config.yaml linter: Use charmtools 1.1.0-253-cw.

Approved by Juju Gui Bot, Brad Crittenden.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                    ' start not executable',
46
46
                    ' stop not executable',
47
47
                    ' config-changed not executable',
48
 
                    ' config.yaml: option source has an invalid type (string)',
49
48
                    (' config.yaml: option error-email has an invalid '
50
 
                     'type (string)'),
 
49
                     'type (str)'),
51
50
                ],
52
51
                'i': [
53
52
                    ' relation ssl_website has no hooks',