Skip to content

Commit

Permalink
Update WebApplicationFactoryClientOptions.cs (#40963)
Browse files Browse the repository at this point in the history
Minor fix to comments for WebApplicatonFactoryClientOptions
  • Loading branch information
ctolkien committed Mar 31, 2022
1 parent 4c5a4db commit 4966b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal WebApplicationFactoryClientOptions(WebApplicationFactoryClientOptions c
/// <see cref="WebApplicationFactory{TEntryPoint}.CreateClient(WebApplicationFactoryClientOptions)"/>
/// should automatically follow redirect responses.
/// The default is <c>true</c>.
/// /// </summary>
/// </summary>
public bool AllowAutoRedirect { get; set; } = true;

/// <summary>
Expand Down

0 comments on commit 4966b6c

Please sign in to comment.