fix(tests): add alert fingerprint to prop validation

This commit is contained in:
Łukasz Mierzwa
2020-07-02 13:54:47 +01:00
committed by Łukasz Mierzwa
parent f1dec5aedf
commit 2dd1897937
4 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const Annotation = PropTypes.exact({
});
const APIAlertAlertmanagerState = PropTypes.exact({
fingerprint: PropTypes.string.isRequired,
name: PropTypes.string.isRequired,
cluster: PropTypes.string.isRequired,
state: AlertState.isRequired,