From ddf00a7f1e83c9df8d045ee69ba8f88a92bb7770 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 27 Jun 2024 18:10:08 +0400 Subject: [PATCH] x --- internal/oonirun/inputprocessor_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/oonirun/inputprocessor_test.go b/internal/oonirun/inputprocessor_test.go index b6f97f453..1c8ee6ca6 100644 --- a/internal/oonirun/inputprocessor_test.go +++ b/internal/oonirun/inputprocessor_test.go @@ -95,9 +95,6 @@ func TestInputProcessorSubmissionFailed(t *testing.T) { if m.Annotations["antani"] != "antani" { t.Fatal("invalid annotation: antani") } - if len(m.Options) != 1 || m.Options[0] != "fake=true" { - t.Fatal("options not set") - } } type FakeInputProcessorSaver struct {