Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update e2e/step/workspace/workspace_then.go
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Oct 4, 2024
1 parent f4ca208 commit 2261fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/step/workspace/workspace_then.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package workspace
import (
"context"
"fmt"
"log"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
Expand Down Expand Up @@ -40,7 +39,6 @@ func thenDefaultWorkspaceCheckClusterURLInStatusIs(ctx context.Context, clusterU
Name: workspacesv1alpha1.DisplayNameDefaultWorkspace,
Namespace: u.Status.CompliantUsername,
}
log.Printf("workspace key: %v", k)
if err := cli.Get(ctx, k, &w); err != nil {
return false, err
}
Expand Down

0 comments on commit 2261fd5

Please sign in to comment.