Skip to content

Commit

Permalink
Remove redundant changes
Browse files Browse the repository at this point in the history
Remove changes that didn't fix the UI tests.
  • Loading branch information
martincostello committed May 18, 2023
1 parent a3b7839 commit e175a01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: ./build.ps1
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: 1
Expand Down
5 changes: 0 additions & 5 deletions tests/ApplePayJS.Tests/TestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public override IServiceProvider Services
}
}

protected override void ConfigureClient(HttpClient client)
{
client.BaseAddress = ServerAddress;
}

protected override void ConfigureWebHost(IWebHostBuilder builder)
{
builder.ConfigureServices(
Expand Down

0 comments on commit e175a01

Please sign in to comment.