Skip to content

Commit

Permalink
test: check proxy is linked
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Sep 15, 2024
1 parent 9bea28f commit caa8f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pkg/network/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestAddToScheme(t *testing.T) {
err := AddToScheme().AddToScheme(s)
assert.NoError(t, err)

tests := []string{KindHTTP, KindListener, KindRouter, KindWebSocket, KindGateway}
tests := []string{KindHTTP, KindListener, KindProxy, KindRouter, KindWebSocket, KindGateway}

for _, tt := range tests {
t.Run(tt, func(t *testing.T) {
Expand Down

0 comments on commit caa8f4d

Please sign in to comment.