Some inconsistent change have been introduced in a previous version of ioutil migration(0c3105691f607bf8e9c9ade376a78b49a1c440a7).
@@ -5,7 +5,7 @@ import (
"crypto/rand"
"fmt"
"io"
- "io/ioutil"
+ "os"
"os/exec"
"path/filepath"
"runtime"
@@ -3,7 +3,7 @@ package scenarios
import (
"context"
"google.golang.org/protobuf/types/known/anypb"
+ "io"
"net/http"
"net/url"
"testing"
@@ -5,7 +5,6 @@ import (