mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
e9fd191065
The contact point deletion API was returning 500 when it should have been returning a 4xx error, when the contact point is in use: - When in use by a notificiation policy, we were missing the `.Errorf("")` to convert `errutil.Base` into `errutil.Error`. - When in use by an alert rule, an regular error was returned. |
||
---|---|---|
.. | ||
api | ||
apis | ||
testinfra | ||
testsuite | ||
web | ||
README.md | ||
utils.go |
Integration tests
This directory contains Grafana server integration tests.