Skip to content

Commit 36ad014

Browse files
committed
fix typo
1 parent aa1b3b9 commit 36ad014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintnotifications/e2e/scenario_endpoint_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func TestEndpointTypesPushNotifications(t *testing.T) {
6161
}()
6262

6363
// Create client factory from configuration
64-
factory, err := CreateTestClientFactory("standlone")
64+
factory, err := CreateTestClientFactory("standalone")
6565
if err != nil {
6666
t.Skipf("Enterprise cluster not available, skipping endpoint types test: %v", err)
6767
}

0 commit comments

Comments
 (0)