aboutsummaryrefslogtreecommitdiff
path: root/internal/test
diff options
context:
space:
mode:
authorKegsay <kegan@matrix.org>2020-06-10 10:34:22 +0100
committerGitHub <noreply@github.com>2020-06-10 10:34:22 +0100
commit98cb0705eab07233cbc78fbe4342e1b1890c2a60 (patch)
tree66fe1d58d6926c0b477ddc507571503eb5d2e9c3 /internal/test
parent85ac8a3f5ba407ece584843a4d77466c1c4f5565 (diff)
Remove unused UserUpdates producer (#1109)
Diffstat (limited to 'internal/test')
-rw-r--r--internal/test/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/test/config.go b/internal/test/config.go
index 06510c8b..951f65a1 100644
--- a/internal/test/config.go
+++ b/internal/test/config.go
@@ -84,7 +84,6 @@ func MakeConfig(configDir, kafkaURI, database, host string, startPort int) (*con
cfg.Kafka.Topics.OutputRoomEvent = "test.room.output"
cfg.Kafka.Topics.OutputClientData = "test.clientapi.output"
cfg.Kafka.Topics.OutputTypingEvent = "test.typing.output"
- cfg.Kafka.Topics.UserUpdates = "test.user.output"
// TODO: Use different databases for the different schemas.
// Using the same database for every schema currently works because