Skip to content

Commit

Permalink
fix: Fixed e2e tests after removing AlertMethod.Status (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobl9-adam-szymanski authored Dec 4, 2024
1 parent 29af245 commit e3f91e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/v1alpha_alertmethod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e3f91e3

Please sign in to comment.