Update the tests to consider on call annotation for team as 'test' to match mock value

Signed-off-by: Heather Lee <heatherl@splunk.com>
This commit is contained in:
Heather Lee
2021-05-25 15:49:18 -07:00
parent 80b5f67e33
commit 8eb2c2951c
@@ -76,7 +76,7 @@ const mockEntityData = {
metadata: {
name: 'splunkoncall-test',
annotations: {
'splunk.com/on-call-team': 'Example',
'splunk.com/on-call-team': 'test',
},
},
} as Entity,