Skip to content

Use require.Eventually instead of manual polling in tests

Igor Drozdov requested to merge id-refactor-polling-tests into master

What does this MR do and why?

It uses https://pkg.go.dev/github.com/stretchr/testify/require#Eventually to refactor the tests

Merge request reports