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

fix: ci pipeline

parent 567f0965
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ func TestSFTPCRunnerLocalToRemote(t *testing.T) { ...@@ -122,7 +122,7 @@ func TestSFTPCRunnerLocalToRemote(t *testing.T) {
done := make(chan bool) done := make(chan bool)
go func() { go func() {
err = startSFTPTestDockerImageAndContainer(t, "portAsString, "", ctx) err = startSFTPTestDockerImageAndContainer(t, portAsString, "", ctx)
if err != nil { if err != nil {
t.Errorf("Unexpected error: %v", err) t.Errorf("Unexpected error: %v", err)
cancel() cancel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment