Skip to content

Commit 6fa42fd

Browse files
committed
Fix test operand reference
1 parent 2c38db6 commit 6fa42fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/upgrade/upgrade_operands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestOperandUpgrades(t *testing.T) {
7878
log.Debugf("Next Operand %s", operand.Ref())
7979

8080
ispn = testKube.WaitForInfinispanConditionWithTimeout(ispn.Name, tutils.Namespace, ispnv1.ConditionWellFormed, conditionTimeout)
81-
if op := *startingOperand; locksCacheDegraded(op) {
81+
if op := *operand; locksCacheDegraded(op) {
8282
healDegradedLocksCache(op, client)
8383
}
8484

0 commit comments

Comments
 (0)