internal/session: update variable name in test

This was missed in #5071
pull/5085/head
Johan Brandhorst-Satzkorn 2 years ago
parent 711349d5cc
commit a118c6ce8d

@ -95,7 +95,7 @@ func TestSessionConnectionCleanupJob(t *testing.T) {
// Create the job.
job, err := newSessionConnectionCleanupJob(ctx, rw, gracePeriod)
job.gracePeriod = gracePeriod // by-pass factory assert so we dont have to wait so long
job.workerStatusGracePeriod = gracePeriod // by-pass factory assert so we dont have to wait so long
require.NoError(err)
// sleep the status grace period.

Loading…
Cancel
Save