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