Skip to content

Fix assertions in OAuth clients test

Tomas Vik requested to merge fix-flakey-oauth-test into develop

We had test that started to be flakey recently:

oauth-client-api
       GET /v1/oauth-clients returns list of OAuth clients the user owns

Failed builds:

Fix

Compare result with two OAuth clients instead of one.

Merge request reports