Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix e2e regression caused by changes in AuthService
Previously, a PR introduced new method signatures in AuthService. However, these were not introduced in MockAuthService, causing the testing environment to fail when the application encountered these undefined method signatures. Lets address this regression by adding the method signatures for these methods.
- Loading branch information