Skip to content

Commit

Permalink
chore(reconciler): drop impossible test case
Browse files Browse the repository at this point in the history
  • Loading branch information
konstfish committed Jan 16, 2025
1 parent f154393 commit f1547df
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/reconciler/revision/resources/meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,6 @@ func TestMakeAnnotationsForPod(t *testing.T) {
want map[string]string
baseAnnotations map[string]string
}{{
name: "no container",
rev: &v1.Revision{
Spec: v1.RevisionSpec{
PodSpec: corev1.PodSpec{},
},
},
baseAnnotations: map[string]string{},
want: map[string]string{},
}, {
name: "multiple containers single port with base annotation",
rev: &v1.Revision{
Spec: v1.RevisionSpec{
Expand Down

0 comments on commit f1547df

Please sign in to comment.