~bloodearnest/charms/trusty/apache2/vhost_template_vars

« back to all changes in this revision

Viewing changes to hooks/tests/test_create_vhost.py

  • Committer: Simon Davy
  • Date: 2015-03-06 17:09:23 UTC
  • Revision ID: bloodearnest@gmail.com-20150306170923-lf9gca9rd7f12p8h
fix test duplicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    @patch('hooks.site_filename')
110
110
    @patch('hooks.open_port')
111
111
    @patch('hooks.subprocess.call')
112
 
    def test_create_vhost_template_config(
 
112
    def test_create_vhost_template_config_template_vars(
113
113
            self, mock_call, mock_open_port, mock_site_filename,
114
114
            mock_close_port):
115
115
        """Template passed in as config setting."""