From e3f91e3549d1fab80b757a7d02a8a18570008a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Szyma=C5=84ski?= <69146118+nobl9-adam-szymanski@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:08:35 +0100 Subject: [PATCH] fix: Fixed e2e tests after removing AlertMethod.Status (#602) --- tests/v1alpha_alertmethod_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/v1alpha_alertmethod_test.go b/tests/v1alpha_alertmethod_test.go index 730548a3..a88f8d8e 100644 --- a/tests/v1alpha_alertmethod_test.go +++ b/tests/v1alpha_alertmethod_test.go @@ -108,7 +108,6 @@ func newV1alphaAlertMethod( func assertV1alphaAlertMethodsAreEqual(t *testing.T, expected, actual v1alphaAlertMethod.AlertMethod) { t.Helper() expected = deepCopyObject(t, expected) - actual.Status = nil typ, err := expected.Spec.GetType() require.NoError(t, err) switch typ {