mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
fix(tests): add alert fingerprint to prop validation
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f1dec5aedf
commit
2dd1897937
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user