From e4e3581d60a76ef5dd2c3b8565bbe76a132d6a68 Mon Sep 17 00:00:00 2001 From: David Jensen Date: Fri, 12 Apr 2024 13:40:11 +0200 Subject: [PATCH] WIP --- src/Testcontainers.Pulsar/PulsarBuilder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Testcontainers.Pulsar/PulsarBuilder.cs b/src/Testcontainers.Pulsar/PulsarBuilder.cs index 159f728c8..4d875fe56 100644 --- a/src/Testcontainers.Pulsar/PulsarBuilder.cs +++ b/src/Testcontainers.Pulsar/PulsarBuilder.cs @@ -106,7 +106,6 @@ public override PulsarContainer Build() .ForResponseMessageMatching(VerifyPulsarStatusAsync)); } - //TODO Can we have more then one wait strategy? So it works if a user run WithAuthentication and WithFunctionsWorker? if (EnabledServices.Contains(PulsarService.FunctionWorker)) { waitStrategy.UntilMessageIsLogged(".*Function worker service started.*");