This commit is contained in:
KuhnChris 2023-05-07 22:00:34 +02:00
parent 1020f604e8
commit 843a3038fc

View file

@ -19,6 +19,7 @@ import (
"net/http"
"net/http/httptest"
"reflect"
"regexp"
"strings"
"testing"
@ -32,7 +33,7 @@ import (
var cfg = &config.ClientAPI{
Matrix: &config.Global{
SigningIdentity: gomatrixserverlib.SigningIdentity{
SigningIdentity: fclient.SigningIdentity{
ServerName: serverName,
},
},