bosun-monitor / bosun

Time Series Alerting Framework
http://bosun.org
MIT License
3.4k stars 495 forks source link

Fix TestNewManager #2461

Closed svagner closed 4 years ago

svagner commented 4 years ago

Please follow the guide below

Description

Fix test TestNewManager Use only full hostname for tests (see os.Hostname())

Fixes #2460

Type of change

How has this been tested?

Checklist:

tdinucci commented 4 years ago

Yes, thanks for the PR 👍

I think we probably need two tests actually:

If you would like to update your PR to cover both of these scenarios that would be great. Otherwise I'll be happy to do this.

tdinucci commented 4 years ago

Once you bring your branch inline with master we should be able to merge

svagner commented 4 years ago

Thanks @tdinucci ! Branch was updated:)