mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
Remove activity log configuration no longer used (#2490)
This commit is contained in:
@@ -45,7 +45,6 @@ trait ServiceSpecBase extends MockitoSugar {
|
||||
),
|
||||
gravatar = false,
|
||||
notification = false,
|
||||
activityLogLimit = None,
|
||||
limitVisibleRepositories = false,
|
||||
ssh = Ssh(
|
||||
enabled = false,
|
||||
|
||||
@@ -131,7 +131,6 @@ class AvatarImageProviderSpec extends FunSpec with MockitoSugar {
|
||||
),
|
||||
gravatar = useGravatar,
|
||||
notification = false,
|
||||
activityLogLimit = None,
|
||||
limitVisibleRepositories = false,
|
||||
ssh = Ssh(
|
||||
enabled = false,
|
||||
|
||||
Reference in New Issue
Block a user