We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee512b commit 9eb7b84Copy full SHA for 9eb7b84
2 files changed
cmd/windows-machine-config-operator-tests-ext/main.go
@@ -19,8 +19,8 @@ import (
19
g "github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo"
20
"github.com/spf13/cobra"
21
22
- // Register WINC Ginkgo tests.
23
_ "github.com/openshift/windows-machine-config-operator/test/extended"
+ // Register WINC Ginkgo tests.
24
)
25
26
func main() {
test/extended/winc.go
@@ -4,10 +4,10 @@ import (
4
"encoding/json"
5
"strings"
6
7
- "github.com/openshift/windows-machine-config-operator/test/extended/utils"
8
-
9
g "github.com/onsi/ginkgo/v2"
10
o "github.com/onsi/gomega"
+
+ "github.com/openshift/windows-machine-config-operator/test/extended/utils"
11
12
13
const (
0 commit comments