Skip to content

Commit

Permalink
quieting the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivs11 committed Jan 8, 2025
1 parent dba609d commit 9bf96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/versioning_3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func (s *Versioning3Suite) testUnpinnedQuery(sticky bool) {

go s.idlePollWorkflow(tvB, true, ver3MinPollTime, "new deployment should not receive query")
s.pollAndQueryWorkflow(tv, sticky)
time.Sleep(ver3MinPollTime) // so that the old idle poller does not interfere with the next poller
time.Sleep(ver3MinPollTime) // //nolint:forbidigo

// redirect query to new deployment
s.updateTaskQueueDeploymentData(tvB, 0, tqTypeWf, tqTypeAct)
Expand Down

0 comments on commit 9bf96e3

Please sign in to comment.