Skip to content

Commit

Permalink
Specify owner email for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Oct 13, 2024
1 parent c078417 commit ed9528c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ private static IServiceProvider RegisterWorkflow<TWorkflow>()

containerBuilder
.AddConductorSharp("example.com/api")
.SetBuildConfiguration(new() { DefaultOwnerEmail = null })
.AddExecutionManager(10, 100, 100, null, typeof(WorkflowBuilderTests).Assembly)
.AddPipelines(pipelines =>
{
Expand Down

0 comments on commit ed9528c

Please sign in to comment.