Skip to content

Commit 2c459a7

Browse files
committed
Test VirtualService
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 8e9ca9c commit 2c459a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workspaces/controller/internal/controller/workspace_controller_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ package controller
1919
import (
2020
"fmt"
2121
"github.com/kubeflow/notebooks/workspaces/controller/internal/istio"
22+
"github.com/onsi/gomega/format"
2223
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
2324
"time"
2425

@@ -38,6 +39,9 @@ import (
3839

3940
var _ = Describe("Workspace Controller", func() {
4041

42+
// https://onsi.github.io/gomega/#adjusting-output
43+
format.MaxLength = 10000
44+
4145
// Define utility constants for object names and testing timeouts/durations and intervals.
4246
const (
4347
namespaceName = "default"

0 commit comments

Comments
 (0)