From 8eb2c2951c2ba93008ea9390df69cd33b85d9e26 Mon Sep 17 00:00:00 2001 From: Heather Lee Date: Tue, 25 May 2021 15:49:18 -0700 Subject: [PATCH] Update the tests to consider on call annotation for team as 'test' to match mock value Signed-off-by: Heather Lee --- .../src/components/EntitySplunkOnCallCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.test.tsx b/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.test.tsx index 119a6fc1f7..365de7b732 100644 --- a/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.test.tsx +++ b/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.test.tsx @@ -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,