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) {
done := make(chan bool)
go func() {
err = startSFTPTestDockerImageAndContainer(t, "portAsString, "", ctx)
err = startSFTPTestDockerImageAndContainer(t, portAsString, "", ctx)
if err != nil {
t.Errorf("Unexpected error: %v", err)
cancel()
......@@ -227,7 +227,7 @@ func TestSFTPCRunnerRemoteToLocal(t *testing.T) {
done := make(chan bool)
go func() {
err = startSFTPTestDockerImageAndContainer(t, portAsString, tempSrcDir, ctx)
err = startSFTPTestDockerImageAndContainer(t, portAsString, tempSrcDir, ctx)
if err != nil {
t.Errorf("Unexpected error: %v", err)
cancel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment