Skip to content

Commit 6f567ec

Browse files
Remove todos
1 parent 69a42d3 commit 6f567ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ public static InfrastructureFixture Instance
2929

3030
public ushort SshServerPort { get; set; }
3131

32-
// TODO the user name and password can be injected to dockerfile via arguments
3332
public SshUser AdminUser = new SshUser("sshnetadm", "ssh4ever");
3433

35-
// TODO the user name and password can be injected to dockerfile via arguments
3634
public SshUser User = new SshUser("sshnet", "ssh4ever");
3735

3836
public async Task InitializeAsync()

0 commit comments

Comments
 (0)