Skip to content

Commit 45e1ed1

Browse files
author
Valeriy Khorunzhin
committed
fix linter
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent 7484ec9 commit 45e1ed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/internal/util/object.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ func UntilObjectPhase(obj runtime.Object, expectedPhase string, timeout time.Dur
5656
if unstructuredObj, ok := obj.(*unstructured.Unstructured); ok {
5757
// Object is already unstructured - just copy it and extract GVK
5858
templateUnstructured = unstructuredObj.DeepCopy()
59-
gvk = unstructuredObj.GroupVersionKind()
6059
} else {
6160
// Object is a typed struct - convert to unstructured format
6261
objMap, err := runtime.DefaultUnstructuredConverter.ToUnstructured(obj)

0 commit comments

Comments
 (0)