Fix a failing test (#3734)

This commit is contained in:
David Perez 2024-08-14 14:46:04 -05:00 committed by GitHub
parent 63884e8518
commit 516cd72f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ class AuthCallbackViewModelTest : BaseViewModelTest() {
every { setSsoCallbackResult(any()) } just runs
every { setDuoCallbackTokenResult(any()) } just runs
every { setYubiKeyResult(any()) } just runs
every { setWebAuthResult(any()) } just runs
}
@BeforeEach