Skip to content

Commit

Permalink
Remove not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEchevarria committed Nov 14, 2024
1 parent 73addc7 commit 838d82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public abstract class AspNetWebForms : AspNetBase, IClassFixture<IisFixture>, IA
private readonly IisFixture _iisFixture;
private readonly bool _classicMode;

public AspNetWebForms(IisFixture iisFixture, ITestOutputHelper output, bool classicMode, bool enableSecurity, bool enableIast = false)
public AspNetWebForms(IisFixture iisFixture, ITestOutputHelper output, bool classicMode, bool enableSecurity)
: base("WebForms", output, "/home/shutdown", @"test\test-applications\security\aspnet")
{
SetSecurity(enableSecurity);
Expand Down

0 comments on commit 838d82c

Please sign in to comment.