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/httptest"
"reflect"
"regexp"
"strings"
"testing"

View file

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