Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 27, 2024
1 parent 7b82000 commit ddf00a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/oonirun/inputprocessor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ddf00a7

Please sign in to comment.