mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
(refs #1101)Fix testcase
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Date
|
|||||||
import gitbucket.core.model.Account
|
import gitbucket.core.model.Account
|
||||||
import gitbucket.core.service.{RequestCache, SystemSettingsService}
|
import gitbucket.core.service.{RequestCache, SystemSettingsService}
|
||||||
import gitbucket.core.controller.Context
|
import gitbucket.core.controller.Context
|
||||||
import SystemSettingsService.SystemSettings
|
import SystemSettingsService.{Lfs, SystemSettings}
|
||||||
import javax.servlet.http.{HttpServletRequest, HttpSession}
|
import javax.servlet.http.{HttpServletRequest, HttpSession}
|
||||||
|
|
||||||
import play.twirl.api.Html
|
import play.twirl.api.Html
|
||||||
@@ -112,7 +112,8 @@ class AvatarImageProviderSpec extends FunSpec with MockitoSugar {
|
|||||||
useSMTP = false,
|
useSMTP = false,
|
||||||
smtp = None,
|
smtp = None,
|
||||||
ldapAuthentication = false,
|
ldapAuthentication = false,
|
||||||
ldap = None)
|
ldap = None,
|
||||||
|
lfs = Lfs(None))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adapter to test AvatarImageProviderImpl.
|
* Adapter to test AvatarImageProviderImpl.
|
||||||
|
|||||||
Reference in New Issue
Block a user