Skip to content

test: migrate to assertions using modern error checking

feistel requested to merge feistel/gitlab-pages:refactor/test-erroris into master

What does this MR do?

Migrate to assertions using modern error checking (require.ErrorIs).

As a bonus this should fix a bunch of misuse of require.Equal: swapping the expected/got arguments.

TODO

Edited by feistel

Merge request reports