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:
Alex Willmer 2017-10-15 20:33:59 +01:00 committed by David Wilson
parent dfc7b85504
commit 94992940dd
1 changed files with 1 additions and 1 deletions

View File

@ -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):