Skip to content

Commit 7b098fa

Browse files
change the clonfig flag key for all e2e tests
1 parent 23ee78a commit 7b098fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

maintnotifications/e2e/scenario_push_notifications_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestPushNotifications(t *testing.T) {
5959
}()
6060

6161
// Create client factory from configuration
62-
factory, err := CreateTestClientFactory("m-standard")
62+
factory, err := CreateTestClientFactory("standalone")
6363
if err != nil {
6464
t.Skipf("Enterprise cluster not available, skipping push notification tests: %v", err)
6565
}

maintnotifications/e2e/scenario_stress_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestStressPushNotifications(t *testing.T) {
4949
}()
5050

5151
// Create client factory from configuration
52-
factory, err := CreateTestClientFactory("m-standard")
52+
factory, err := CreateTestClientFactory("standalone")
5353
if err != nil {
5454
t.Skipf("Enterprise cluster not available, skipping stress test: %v", err)
5555
}

maintnotifications/e2e/scenario_timeout_configs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func TestTimeoutConfigurationsPushNotifications(t *testing.T) {
7777
}()
7878

7979
// Create client factory from configuration
80-
factory, err := CreateTestClientFactory("m-standard")
80+
factory, err := CreateTestClientFactory("standalone")
8181
if err != nil {
8282
t.Skipf("Enterprise cluster not available, skipping timeout configs test: %v", err)
8383
}

maintnotifications/e2e/scenario_tls_configs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func ТestTLSConfigurationsPushNotifications(t *testing.T) {
7474
}()
7575

7676
// Create client factory from configuration
77-
factory, err := CreateTestClientFactory("m-standard")
77+
factory, err := CreateTestClientFactory("standalone")
7878
if err != nil {
7979
t.Skipf("Enterprise cluster not available, skipping TLS configs test: %v", err)
8080
}

0 commit comments

Comments
 (0)