Skip to content
Snippets Groups Projects
Verified Commit f45b1aa3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: ci pipeline

parent c3356a3a
Branches
Tags
No related merge requests found
...@@ -107,7 +107,7 @@ func TestMailRunner(t *testing.T) { ...@@ -107,7 +107,7 @@ func TestMailRunner(t *testing.T) {
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
}) })
host := "127.0.0.1" host := "0.0.0.0"
listener, err := net.Listen("tcp", host+":0") listener, err := net.Listen("tcp", host+":0")
if err != nil { if err != nil {
......
...@@ -108,7 +108,7 @@ func TestSFTPCRunnerLocalToRemote(t *testing.T) { ...@@ -108,7 +108,7 @@ func TestSFTPCRunnerLocalToRemote(t *testing.T) {
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
}) })
host := "127.0.0.1" host := "0.0.0.0"
listener, err := net.Listen("tcp", host+":0") listener, err := net.Listen("tcp", host+":0")
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment