mr-chenguang lcgash 4 mesi fa
parent
commit
897dad4e28
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      internal/server/endpoint_test.go

+ 1 - 0
internal/server/endpoint_test.go

@@ -33,6 +33,7 @@ func TestEndpointParams(t *testing.T) {
 	cancel := appPointer.server(&app.Config{
 		ServerPort:            port,
 		PluginEndpointEnabled: parser.ToPtr(true),
+		HealthApiLogEnabled:   parser.ToPtr(true),
 	})
 	defer cancel()