EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 18ff3f20 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

using 'docker' as host

parent 1cb2c830
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def identifiers():
@pytest.fixture
def sftp_connection():
transport = paramiko.Transport(('localhost',2222))
transport = paramiko.Transport(('docker',2222))
transport.connect(username='eox', password='password')
with paramiko.SFTPClient.from_transport(transport) as sftp:
yield sftp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment