diff --git a/modules/k3s/k3s.go b/modules/k3s/k3s.go index bb0d78021c..83fdde4338 100644 --- a/modules/k3s/k3s.go +++ b/modules/k3s/k3s.go @@ -42,6 +42,7 @@ func WithManifest(manifestPath string) testcontainers.CustomizeRequestOption { HostFilePath: manifestPath, ContainerFilePath: target, }) + } } // RunContainer creates an instance of the K3s container type