test: move non-oncluster test to e2e #5712
Annotations
2 errors and 1 warning
Verify goimports:
test/e2e/scenario_from-cli-local_test.go#L1
Please run goimports.
diff --git a/test/e2e/scenario_from-cli-local_test.go b/test/e2e/scenario_from-cli-local_test.go
index 44e09c9..147ffe4 100644
--- a/test/e2e/scenario_from-cli-local_test.go
+++ b/test/e2e/scenario_from-cli-local_test.go
@@ -3,11 +3,12 @@
package e2e
import (
- "knative.dev/func/test/oncluster"
"os"
"path/filepath"
"testing"
+ "knative.dev/func/test/oncluster"
+
"k8s.io/apimachinery/pkg/util/rand"
fn "knative.dev/func/pkg/functions"
common "knative.dev/func/test/common"
|
Verify goimports
Process completed with exit code 1.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
Loading