aboutsummaryrefslogtreecommitdiff
path: root/internal/test/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/test/config.go')
-rw-r--r--internal/test/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/test/config.go b/internal/test/config.go
index 826d2ce0..bb2f8a4c 100644
--- a/internal/test/config.go
+++ b/internal/test/config.go
@@ -81,7 +81,7 @@ func MakeConfig(configDir, kafkaURI, database, host string, startPort int) (*con
cfg.MediaAPI.BasePath = config.Path(mediaBasePath)
- cfg.Global.Kafka.Addresses = []string{kafkaURI}
+ cfg.Global.JetStream.Addresses = []string{kafkaURI}
// TODO: Use different databases for the different schemas.
// Using the same database for every schema currently works because