mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-14 21:45:11 +00:00
fix incorrect Consistently due to missing assignment when create a newAsyncAssertion
This commit is contained in:
@@ -214,6 +214,7 @@ func newAsyncAssertion(ctx context.Context, args []interface{}, consistently boo
|
|||||||
// most common operation.
|
// most common operation.
|
||||||
timeout: TestContext.timeouts.PodStart,
|
timeout: TestContext.timeouts.PodStart,
|
||||||
interval: TestContext.timeouts.Poll,
|
interval: TestContext.timeouts.Poll,
|
||||||
|
consistently: consistently,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user