We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3826e53 commit b9fcab6Copy full SHA for b9fcab6
test/util/client.go
@@ -25,6 +25,8 @@ import (
25
oauthclient "github.com/openshift/origin/pkg/oauth/generated/internalclientset"
26
"github.com/openshift/origin/pkg/serviceaccounts"
27
userclient "github.com/openshift/origin/pkg/user/generated/internalclientset"
28
+
29
+ _ "github.com/openshift/origin/pkg/api/install"
30
)
31
32
// GetBaseDir returns the base directory used for test.
0 commit comments