diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:03:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:03:36 +0000 |
commit | c8e89464d8257611add40edc33a5db8559a7dfa1 (patch) | |
tree | a3d7b81758422f7878998528cf5f60b9a5f927d4 /0007-fix-alert-test.patch | |
parent | 28c53806df586a2e3949c7b4a6828e5c026157c0 (diff) |
automatic import of grafanaopeneuler24.03_LTS
Diffstat (limited to '0007-fix-alert-test.patch')
-rw-r--r-- | 0007-fix-alert-test.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/0007-fix-alert-test.patch b/0007-fix-alert-test.patch new file mode 100644 index 0000000..71039d1 --- /dev/null +++ b/0007-fix-alert-test.patch @@ -0,0 +1,19 @@ +From 3236aa416f6d1b109bff1fdd4127292988fb199c Mon Sep 17 00:00:00 2001 +From: Stan Cox <scox@redhat.com> +Date: Wed, 22 Jun 2022 17:05:48 +0200 +Subject: [PATCH] fix alert test + + +diff --git a/pkg/tests/api/alerting/api_alertmanager_test.go b/pkg/tests/api/alerting/api_alertmanager_test.go +index 2d6e1235b6..f0eff6d2ac 100644 +--- a/pkg/tests/api/alerting/api_alertmanager_test.go 2023-01-24 14:44:19.000000000 -0500 ++++ b/pkg/tests/api/alerting/api_alertmanager_test.go 2023-04-13 16:20:51.718515009 -0400 +@@ -210,7 +210,7 @@ + { + "comment": "string", + "createdBy": "string", +- "endsAt": "2023-03-31T14:17:04.419Z", ++ "endsAt": "2032-03-31T14:17:04.419Z", + "matchers": [ + { + "isRegex": true, |