Remove activity log configuration no longer used (#2490)

This commit is contained in:
Naoki Takezoe
2020-07-26 11:50:48 +09:00
committed by GitHub
parent 1a4961c3e1
commit 67667dbff1
5 changed files with 0 additions and 20 deletions

View File

@@ -45,7 +45,6 @@ trait ServiceSpecBase extends MockitoSugar {
),
gravatar = false,
notification = false,
activityLogLimit = None,
limitVisibleRepositories = false,
ssh = Ssh(
enabled = false,

View File

@@ -131,7 +131,6 @@ class AvatarImageProviderSpec extends FunSpec with MockitoSugar {
),
gravatar = useGravatar,
notification = false,
activityLogLimit = None,
limitVisibleRepositories = false,
ssh = Ssh(
enabled = false,