We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07730d3 commit 43e3526Copy full SHA for 43e3526
tests-integration/Elastic.Assembler.IntegrationTests/AssembleFixture.cs
@@ -30,6 +30,7 @@ public static TBuilder WithEmptyParameters<TBuilder>(this TBuilder builder)
30
foreach (var parameter in parameters)
31
builder.Configuration[$"Parameters:{parameter.Name}"] = string.Empty;
32
33
+ builder.Configuration[$"Parameters:DocumentationElasticUrl"] = "http://localhost.example:9200";
34
return builder;
35
}
36
0 commit comments