~aglenyoung/charms/precise/haproxy/haproxy-stats-socket

« back to all changes in this revision

Viewing changes to hooks/tests/test_helpers.py

  • Committer: Jerry Seutter
  • Date: 2013-12-17 16:00:29 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: jerry.seutter@canonical.com-20131217160029-qf3g15f8fewsdcy8
Remove unused 'path' key.

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
                   "Content-Type: text/html\r\n"
368
368
                   "\r\n"
369
369
                   "<html></html>")
370
 
        errorfiles = [{'http_status': 403, 'path': '/path/403.http',
 
370
        errorfiles = [{'http_status': 403,
371
371
                       'content': base64.b64encode(content)}]
372
372
 
373
373
        result = hooks.create_listen_stanza(service_name, service_ip,