fix test_reopeing_ssh_session_succeeds
This commit is contained in:
parent
b24e4ba36c
commit
d1693268f3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ContainerUbuntuHostProcessorTest {
|
||||||
|
|
||||||
// given
|
// given
|
||||||
val containerName = "prov-test-ssh-with-container"
|
val containerName = "prov-test-ssh-with-container"
|
||||||
val password = Secret("testuserpw")
|
val password = Secret("testuser")
|
||||||
|
|
||||||
val prov = Prov.newInstance(
|
val prov = Prov.newInstance(
|
||||||
ContainerUbuntuHostProcessor(
|
ContainerUbuntuHostProcessor(
|
||||||
|
|
Loading…
Reference in a new issue