Disable collect data by default.
This commit is contained in:
parent
e70c8a7b46
commit
47a9b086ea
4 changed files with 10 additions and 39 deletions
|
@ -26,10 +26,9 @@ import (
|
|||
func TestDo_globalConfiguration(t *testing.T) {
|
||||
config := &static.Configuration{}
|
||||
|
||||
sendAnonymousUsage := true
|
||||
config.Global = &static.Global{
|
||||
CheckNewVersion: true,
|
||||
SendAnonymousUsage: &sendAnonymousUsage,
|
||||
SendAnonymousUsage: true,
|
||||
}
|
||||
|
||||
config.AccessLog = &types.AccessLog{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue