aboutsummaryrefslogtreecommitdiff
path: root/cmd/roomserver-integration-tests/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/roomserver-integration-tests/main.go')
-rw-r--r--cmd/roomserver-integration-tests/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/roomserver-integration-tests/main.go b/cmd/roomserver-integration-tests/main.go
index 41ea6f4d..ff3f06b6 100644
--- a/cmd/roomserver-integration-tests/main.go
+++ b/cmd/roomserver-integration-tests/main.go
@@ -29,10 +29,10 @@ import (
"net/http"
"github.com/matrix-org/dendrite/internal/caching"
- "github.com/matrix-org/dendrite/internal/config"
"github.com/matrix-org/dendrite/internal/test"
"github.com/matrix-org/dendrite/roomserver/api"
"github.com/matrix-org/dendrite/roomserver/inthttp"
+ "github.com/matrix-org/dendrite/setup/config"
"github.com/matrix-org/gomatrixserverlib"
)