ssh_test: Correct hostname in SShTest.test_stream_name()
I presume that `u1704` is a relic of a bygone container/host.
This commit is contained in:
parent
dfc7b85504
commit
94992940dd
|
@ -29,7 +29,7 @@ class SshTest(testlib.DockerMixin, unittest.TestCase):
|
|||
username='has-sudo',
|
||||
password='y',
|
||||
)
|
||||
self.assertEquals('ssh.u1704:%s' % (self.dockerized_ssh.port,),
|
||||
self.assertEquals('ssh.localhost:%s' % (self.dockerized_ssh.port,),
|
||||
context.name)
|
||||
|
||||
def test_via_stream_name(self):
|
||||
|
|
Loading…
Reference in New Issue