From 6f567ec7bb2c190eaf10df3b4b36e25d752deab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Nag=C3=B3rski?= Date: Thu, 29 Jun 2023 06:31:15 +0200 Subject: [PATCH] Remove todos --- .../TestsFixtures/InfrastructureFixture.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs b/src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs index 3c6a0572..340410ff 100644 --- a/src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs +++ b/src/Renci.SshNet.IntegrationTests/TestsFixtures/InfrastructureFixture.cs @@ -29,10 +29,8 @@ namespace Renci.SshNet.IntegrationTests.TestsFixtures public ushort SshServerPort { get; set; } - // TODO the user name and password can be injected to dockerfile via arguments public SshUser AdminUser = new SshUser("sshnetadm", "ssh4ever"); - // TODO the user name and password can be injected to dockerfile via arguments public SshUser User = new SshUser("sshnet", "ssh4ever"); public async Task InitializeAsync()