Chore: Fix flaky test (#78309)

* Chore: Fix flaky test

* Found another one
This commit is contained in:
Gabriel MABILLE
2023-11-17 11:38:57 +02:00
committed by GitHub
parent f32f8a160e
commit 36fd9040af
2 changed files with 2 additions and 2 deletions
@@ -113,7 +113,7 @@ func TestOAuth2ServiceImpl_GetPublicKeyScopes(t *testing.T) {
return
}
require.EqualValues(t, tc.expectedScopes, scopes)
require.ElementsMatch(t, tc.expectedScopes, scopes)
})
}
}