We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9ca9c commit 2c459a7Copy full SHA for 2c459a7
workspaces/controller/internal/controller/workspace_controller_test.go
@@ -19,6 +19,7 @@ package controller
19
import (
20
"fmt"
21
"github.com/kubeflow/notebooks/workspaces/controller/internal/istio"
22
+ "github.com/onsi/gomega/format"
23
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
24
"time"
25
@@ -38,6 +39,9 @@ import (
38
39
40
var _ = Describe("Workspace Controller", func() {
41
42
+ // https://onsi.github.io/gomega/#adjusting-output
43
+ format.MaxLength = 10000
44
+
45
// Define utility constants for object names and testing timeouts/durations and intervals.
46
const (
47
namespaceName = "default"
0 commit comments