From 51efb82af923551562ef50bf7a0249d0b52189b5 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Mon, 2 Dec 2024 11:16:42 +0100 Subject: [PATCH] Update modules/nats/options.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Manuel de la Peña --- modules/nats/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nats/options.go b/modules/nats/options.go index 4526fa7fdd..5b4abee9c2 100644 --- a/modules/nats/options.go +++ b/modules/nats/options.go @@ -52,7 +52,7 @@ func WithArgument(flag string, value string) CmdOption { } // WithConfigFile pass io.Reader to the NATS container as /etc/nats.conf -// Changes of a connectivity (listen address, or ports) may break a testcontainer +// Changing the connectivity (listen address or ports) can break the container setup. func WithConfigFile(config io.Reader) testcontainers.CustomizeRequestOption { return func(req *testcontainers.GenericContainerRequest) error { if config != nil {