Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jensen committed Apr 12, 2024
1 parent b839b1e commit e4e3581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Testcontainers.Pulsar/PulsarBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*");
Expand Down

0 comments on commit e4e3581

Please sign in to comment.