This commit is contained in:
KuhnChris 2023-05-07 20:56:20 +02:00
parent fa42d71862
commit 1020f604e8
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ import (
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"reflect" "reflect"
"regexp"
"strings" "strings"
"testing" "testing"

View file

@ -199,7 +199,7 @@ func SendEvent(
req.Context(), rsAPI, req.Context(), rsAPI,
api.KindNew, api.KindNew,
[]*types.HeaderedEvent{ []*types.HeaderedEvent{
&types.HeaderedEvent{PDU: e}, {PDU: e},
}, },
device.UserDomain(), device.UserDomain(),
domain, domain,