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 aa1b3b9 commit 36ad014Copy full SHA for 36ad014
maintnotifications/e2e/scenario_endpoint_types_test.go
@@ -61,7 +61,7 @@ func TestEndpointTypesPushNotifications(t *testing.T) {
61
}()
62
63
// Create client factory from configuration
64
- factory, err := CreateTestClientFactory("standlone")
+ factory, err := CreateTestClientFactory("standalone")
65
if err != nil {
66
t.Skipf("Enterprise cluster not available, skipping endpoint types test: %v", err)
67
}
0 commit comments