Skip to content

Commit

Permalink
💄 we are testing the v1, renaming to proper name (#1459)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew authored Nov 16, 2021
1 parent 9a5c6a2 commit 30b00b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/conformance/data_plane_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
pkgtesting "knative.dev/eventing-kafka-broker/test/pkg/testing"
)

func TestBrokerIngressV1Beta1(t *testing.T) {
func TestBrokerIngress(t *testing.T) {
pkgtesting.RunMultiple(t, func(t *testing.T) {

// TODO re-use Eventing conformance test once it's runnable with non channel based brokers.
Expand Down Expand Up @@ -194,7 +194,7 @@ func TestBrokerIngressV1Beta1(t *testing.T) {
})
}

func TestBrokerConsumerV1Beta1(t *testing.T) {
func TestBrokerConsumer(t *testing.T) {

pkgtesting.RunMultiple(t, func(t *testing.T) {

Expand Down

0 comments on commit 30b00b8

Please sign in to comment.