Skip to content

Commit 43e3526

Browse files
committed
ensure DocumentationElasticUrl is a valid example url
1 parent 07730d3 commit 43e3526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests-integration/Elastic.Assembler.IntegrationTests/AssembleFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static TBuilder WithEmptyParameters<TBuilder>(this TBuilder builder)
3030
foreach (var parameter in parameters)
3131
builder.Configuration[$"Parameters:{parameter.Name}"] = string.Empty;
3232

33+
builder.Configuration[$"Parameters:DocumentationElasticUrl"] = "http://localhost.example:9200";
3334
return builder;
3435
}
3536
}

0 commit comments

Comments
 (0)