Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Jan 17, 2024
1 parent ae5adce commit a627eba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/dag/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ func TestDAGInsertGatewayAPI(t *testing.T) {
gatewayclass: validClass,
gateway: gatewayHTTPNamespaceSelector,
objs: []any{
core_v1.Namespace{
&core_v1.Namespace{
ObjectMeta: meta_v1.ObjectMeta{
Name: "custom",
Labels: map[string]string{
Expand Down Expand Up @@ -764,7 +764,7 @@ func TestDAGInsertGatewayAPI(t *testing.T) {
gateway: gatewayTLSPassthroughNamespaceSelector,
objs: []any{
kuardServiceCustomNs,
core_v1.Namespace{
&core_v1.Namespace{
ObjectMeta: meta_v1.ObjectMeta{
Name: kuardServiceCustomNs.Namespace,
Labels: map[string]string{"matching-label-key": "matching-label-value"},
Expand Down Expand Up @@ -1992,7 +1992,7 @@ func TestDAGInsertGatewayAPI(t *testing.T) {
gatewayclass: validClass,
gateway: gatewayHTTPSAllNamespaces,
objs: []any{
core_v1.Secret{
&core_v1.Secret{
ObjectMeta: meta_v1.ObjectMeta{
Name: "tlscert",
Namespace: "projectcontour",
Expand Down

0 comments on commit a627eba

Please sign in to comment.