PearsonEducation / Alarmageddon

Full-stack monitoring and alerting Python library.
Other
15 stars 10 forks source link

'#' in URL breaks Hipchat publishing #24

Open scotthellman opened 7 years ago

scotthellman commented 7 years ago

e.g. the following code:

HttpValidation.get("#", priority = Priority.NORMAL).expect_status_codes([404])

will raise a ReportingFailure if sent to a HipchatPublisher. It looks like this is due to the '#' mangling the query parameters that send to Hipchat.