Skip to content

Commit

Permalink
Test VirtualService
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Cruz <[email protected]>
  • Loading branch information
mcruzdev committed Sep 15, 2024
1 parent 8e9ca9c commit 2c459a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package controller
import (
"fmt"
"github.com/kubeflow/notebooks/workspaces/controller/internal/istio"
"github.com/onsi/gomega/format"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"time"

Expand All @@ -38,6 +39,9 @@ import (

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

// https://onsi.github.io/gomega/#adjusting-output
format.MaxLength = 10000

// Define utility constants for object names and testing timeouts/durations and intervals.
const (
namespaceName = "default"
Expand Down

0 comments on commit 2c459a7

Please sign in to comment.