Skip to content

Commit

Permalink
internal/session: update variable name in test
Browse files Browse the repository at this point in the history
This was missed in #5071
  • Loading branch information
johanbrandhorst committed Sep 6, 2024
1 parent d45aa40 commit 23eeda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/session/job_session_cleanup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23eeda7

Please sign in to comment.