Skip to content

Commit c0b5609

Browse files
committed
style: lint fix
1 parent 460f521 commit c0b5609

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

tests/integration/sync_test.go

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,7 +3455,8 @@ func Test_Sync_Upstreams_Target_ZeroWeight_3x(t *testing.T) {
34553455
// test scope:
34563456
// - konnect
34573457
func Test_Sync_Upstreams_Target_ZeroWeight_Konnect(t *testing.T) {
3458-
runDualTestWithSkipDefaults(t, "Test_Sync_Upstreams_Target_ZeroWeight_Konnect", testSyncUpstreamsTargetZeroWeightKonnectImpl)
3458+
runDualTestWithSkipDefaults(t, "Test_Sync_Upstreams_Target_ZeroWeight_Konnect",
3459+
testSyncUpstreamsTargetZeroWeightKonnectImpl)
34593460
}
34603461

34613462
func testSyncUpstreamsTargetZeroWeightKonnectImpl(t *testing.T) {
@@ -4208,10 +4209,11 @@ func testSyncPluginsOnEntitiesKonnectImpl(t *testing.T) {
42084209
}
42094210

42104211
func Test_Sync_PluginsOnConsumerGroupsWithInstanceNameFrom_3_4_0(t *testing.T) {
4211-
runDualTestWithSkipDefaults(t, "Test_Sync_PluginsOnConsumerGroupsWithInstanceNameFrom_3_4_0", testSyncPluginsOnConsumerGroupsWithInstanceNameFrom_3_4_0Impl)
4212+
runDualTestWithSkipDefaults(t, "Test_Sync_PluginsOnConsumerGroupsWithInstanceNameFrom_3_4_0",
4213+
testSyncPluginsOnConsumerGroupsWithInstanceNameFrom3_4_0Impl)
42124214
}
42134215

4214-
func testSyncPluginsOnConsumerGroupsWithInstanceNameFrom_3_4_0Impl(t *testing.T) {
4216+
func testSyncPluginsOnConsumerGroupsWithInstanceNameFrom3_4_0Impl(t *testing.T) {
42154217
runWhenEnterpriseOrKonnect(t, ">=3.4.0")
42164218
setup(t)
42174219
client, err := getTestClient()
@@ -4709,7 +4711,8 @@ func Test_Sync_UpdateUsernameInConsumerWithCustomID_3x(t *testing.T) {
47094711
// test scope:
47104712
// - konnect
47114713
func Test_Sync_UpdateUsernameInConsumerWithCustomID_Konnect(t *testing.T) {
4712-
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateUsernameInConsumerWithCustomID_Konnect", testSyncUpdateUsernameInConsumerWithCustomIDKonnectImpl)
4714+
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateUsernameInConsumerWithCustomID_Konnect",
4715+
testSyncUpdateUsernameInConsumerWithCustomIDKonnectImpl)
47134716
}
47144717

47154718
func testSyncUpdateUsernameInConsumerWithCustomIDKonnectImpl(t *testing.T) {
@@ -4797,7 +4800,8 @@ func Test_Sync_UpdateConsumerWithCustomID_3x(t *testing.T) {
47974800
// test scope:
47984801
// - konnect
47994802
func Test_Sync_UpdateConsumerWithCustomID_Konnect(t *testing.T) {
4800-
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateConsumerWithCustomID_Konnect", testSyncUpdateConsumerWithCustomIDKonnectImpl)
4803+
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateConsumerWithCustomID_Konnect",
4804+
testSyncUpdateConsumerWithCustomIDKonnectImpl)
48014805
}
48024806

48034807
func testSyncUpdateConsumerWithCustomIDKonnectImpl(t *testing.T) {
@@ -5835,7 +5839,8 @@ func Test_Sync_ChangingIDsWhileKeepingNames(t *testing.T) {
58355839
// test scope:
58365840
// - konnect
58375841
func Test_Sync_ChangingIDsWhileKeepingNames_Konnect(t *testing.T) {
5838-
runDualTestWithSkipDefaults(t, "Test_Sync_ChangingIDsWhileKeepingNames_Konnect", testSyncChangingIDsWhileKeepingNamesKonnectImpl)
5842+
runDualTestWithSkipDefaults(t, "Test_Sync_ChangingIDsWhileKeepingNames_Konnect",
5843+
testSyncChangingIDsWhileKeepingNamesKonnectImpl)
58395844
}
58405845

58415846
func testSyncChangingIDsWhileKeepingNamesKonnectImpl(t *testing.T) {
@@ -6081,7 +6086,8 @@ func Test_Sync_UpdateWithExplicitIDsWithNoNames(t *testing.T) {
60816086
// test scope:
60826087
// - konnect
60836088
func Test_Sync_UpdateWithExplicitIDsWithNoNames_Konnect(t *testing.T) {
6084-
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateWithExplicitIDsWithNoNames_Konnect", testSyncUpdateWithExplicitIDsWithNoNamesKonnectImpl)
6089+
runDualTestWithSkipDefaults(t, "Test_Sync_UpdateWithExplicitIDsWithNoNames_Konnect",
6090+
testSyncUpdateWithExplicitIDsWithNoNamesKonnectImpl)
60856091
}
60866092

60876093
func testSyncUpdateWithExplicitIDsWithNoNamesKonnectImpl(t *testing.T) {
@@ -6184,7 +6190,8 @@ func Test_Sync_CreateCertificateWithSNIs(t *testing.T) {
61846190
// test scope:
61856191
// - konnect
61866192
func Test_Sync_CreateCertificateWithSNIs_Konnect(t *testing.T) {
6187-
runDualTestWithSkipDefaults(t, "Test_Sync_CreateCertificateWithSNIs_Konnect", testSyncCreateCertificateWithSNIsKonnectImpl)
6193+
runDualTestWithSkipDefaults(t, "Test_Sync_CreateCertificateWithSNIs_Konnect",
6194+
testSyncCreateCertificateWithSNIsKonnectImpl)
61886195
}
61896196

61906197
func testSyncCreateCertificateWithSNIsKonnectImpl(t *testing.T) {
@@ -6299,7 +6306,8 @@ func Test_Sync_ConsumersWithCustomIDAndOrUsername(t *testing.T) {
62996306
// test scope:
63006307
// - konnect
63016308
func Test_Sync_ConsumersWithCustomIDAndOrUsername_Konnect(t *testing.T) {
6302-
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumersWithCustomIDAndOrUsername_Konnect", testSyncConsumersWithCustomIDAndOrUsernameKonnectImpl)
6309+
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumersWithCustomIDAndOrUsername_Konnect",
6310+
testSyncConsumersWithCustomIDAndOrUsernameKonnectImpl)
63036311
}
63046312

63056313
func testSyncConsumersWithCustomIDAndOrUsernameKonnectImpl(t *testing.T) {
@@ -6941,7 +6949,8 @@ func Test_Sync_ConsumerGroupsScopedPlugins_Post340(t *testing.T) {
69416949
}
69426950

69436951
func Test_Sync_ConsumerGroupsScopedPluginsKonnect(t *testing.T) {
6944-
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupsScopedPluginsKonnect", testSyncConsumerGroupsScopedPluginsKonnectImpl)
6952+
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupsScopedPluginsKonnect",
6953+
testSyncConsumerGroupsScopedPluginsKonnectImpl)
69456954
}
69466955

69476956
func testSyncConsumerGroupsScopedPluginsKonnectImpl(t *testing.T) {
@@ -7329,7 +7338,8 @@ func Test_Sync_ConsumerGroupConsumersWithCustomID(t *testing.T) {
73297338
// test scope:
73307339
// - konnect
73317340
func Test_Sync_ConsumerGroupConsumersWithCustomID_Konnect(t *testing.T) {
7332-
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupConsumersWithCustomID_Konnect", testSyncConsumerGroupConsumersWithCustomIDKonnectImpl)
7341+
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupConsumersWithCustomID_Konnect",
7342+
testSyncConsumerGroupConsumersWithCustomIDKonnectImpl)
73337343
}
73347344

73357345
func testSyncConsumerGroupConsumersWithCustomIDKonnectImpl(t *testing.T) {
@@ -7599,7 +7609,8 @@ func Test_Sync_ConsumerGroupConsumerFromUpstream(t *testing.T) {
75997609
// test scope:
76007610
// - konnect
76017611
func Test_Sync_ConsumerGroupConsumerFromUpstream_Konnect(t *testing.T) {
7602-
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupConsumerFromUpstream_Konnect", testSyncConsumerGroupConsumerFromUpstreamKonnectImpl)
7612+
runDualTestWithSkipDefaults(t, "Test_Sync_ConsumerGroupConsumerFromUpstream_Konnect",
7613+
testSyncConsumerGroupConsumerFromUpstreamKonnectImpl)
76037614
}
76047615

76057616
func testSyncConsumerGroupConsumerFromUpstreamKonnectImpl(t *testing.T) {
@@ -8673,7 +8684,8 @@ func Test_Sync_SkipConsumersWithConsumerGroups(t *testing.T) {
86738684
}
86748685

86758686
func Test_Sync_SkipConsumersWithConsumerGroups_Konnect(t *testing.T) {
8676-
runDualTestWithSkipDefaults(t, "Test_Sync_SkipConsumersWithConsumerGroups_Konnect", testSyncSkipConsumersWithConsumerGroupsKonnectImpl)
8687+
runDualTestWithSkipDefaults(t, "Test_Sync_SkipConsumersWithConsumerGroups_Konnect",
8688+
testSyncSkipConsumersWithConsumerGroupsKonnectImpl)
86778689
}
86788690

86798691
func testSyncSkipConsumersWithConsumerGroupsKonnectImpl(t *testing.T) {
@@ -8690,7 +8702,8 @@ func testSyncSkipConsumersWithConsumerGroupsKonnectImpl(t *testing.T) {
86908702
}
86918703

86928704
func Test_Sync_SkipConsumersWithDefaultLookUp_ConsumersAndConsumerGroup_Tag(t *testing.T) {
8693-
runDualTestWithSkipDefaults(t, "Test_Sync_SkipConsumersWithDefaultLookUp_ConsumersAndConsumerGroup_Tag", testSyncSkipConsumersWithDefaultLookUpConsumersAndConsumerGroupTagImpl)
8705+
runDualTestWithSkipDefaults(t, "Test_Sync_SkipConsumersWithDefaultLookUp_ConsumersAndConsumerGroup_Tag",
8706+
testSyncSkipConsumersWithDefaultLookUpConsumersAndConsumerGroupTagImpl)
86948707
}
86958708

86968709
func testSyncSkipConsumersWithDefaultLookUpConsumersAndConsumerGroupTagImpl(t *testing.T) {
@@ -10606,7 +10619,8 @@ func testSyncPartialsTaggingKonnectImpl(t *testing.T) {
1060610619
// - >=3.0.0 enterprise
1060710620
// - konnect
1060810621
func Test_Sync_SkipCustomEntitiesWithSelectorTags(t *testing.T) {
10609-
runDualTestWithSkipDefaults(t, "Test_Sync_SkipCustomEntitiesWithSelectorTags", testSyncSkipCustomEntitiesWithSelectorTagsImpl)
10622+
runDualTestWithSkipDefaults(t, "Test_Sync_SkipCustomEntitiesWithSelectorTags",
10623+
testSyncSkipCustomEntitiesWithSelectorTagsImpl)
1061010624
}
1061110625

1061210626
func testSyncSkipCustomEntitiesWithSelectorTagsImpl(t *testing.T) {

0 commit comments

Comments
 (0)