fix(tests): alert.alertmanager doesn't have uri key

This commit is contained in:
Łukasz Mierzwa
2018-09-30 09:23:43 +01:00
parent cc1e5b4562
commit 455cb288ca
3 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ const Annotation = PropTypes.exact({
const APIAlertAlertmanagerState = PropTypes.exact({
name: PropTypes.string.isRequired,
uri: PropTypes.string.isRequired,
state: AlertState.isRequired,
startsAt: PropTypes.string.isRequired,
endsAt: PropTypes.string.isRequired,