Skip to content

Commit 2477e89

Browse files
committed
more fixes for backwards compatibility
1 parent ff74cfe commit 2477e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspNetCore/Solid.Testing.AspNetCore.Extensions.XUnit/TestingServerFixtureBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected void ConfigureRequiredServices(IServiceCollection services)
7070

7171
if (http?.Request.Headers.TryGetValue(OutputIdHeaderName, out var id) == true)
7272
{
73-
context.Properties.Add("id", id);
73+
context.Properties.Add("id", id.ToString());
7474
return;
7575
}
7676

0 commit comments

Comments
 (0)