Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Sep 2, 2024
1 parent a7c8da2 commit f534570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fuyu.Tests/EndToEnd/BackendTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace Fuyu.Tests.EndToEnd
[TestClass]
public class BackendTest
{
private static HttpClient _fuyuClient;
private static HttpClient _eftMainClient;

[AssemblyInitialize]
Expand All @@ -34,7 +33,6 @@ public static void AssemblyInitialize(TestContext testContext)
var sessionId = AccountService.LoginAccount("test-username", "test-password");

// create request clients
_fuyuClient = new HttpClient("http://localhost:8000");
_eftMainClient = new HttpClient("http://localhost:8001", sessionId);
}

Expand Down

0 comments on commit f534570

Please sign in to comment.