Commit 94992940 authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

ssh_test: Correct hostname in SShTest.test_stream_name()

I presume that `u1704` is a relic of a bygone container/host.
parent dfc7b855
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment