Skip to content

Commit a913ec7

Browse files
committed
Fixed lint error
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 18545f6 commit a913ec7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/e2e/setup_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,9 @@ func createEndPointPickerHelper(eppConfig string, replicas int, isLeaderElection
188188

189189
if waitForReady {
190190
return append(objects, testutils.CreateObjsFromYaml(testConfig, eppYamls)...)
191-
} else {
192-
objs := testutils.CreateUnstructuredObjs(testConfig, eppYamls)
193-
return append(objects, testutils.CreateObjsWithVerifier(testConfig, objs, func(kind string, clientObj client.Object) {})...)
194191
}
192+
objs := testutils.CreateUnstructuredObjs(testConfig, eppYamls)
193+
return append(objects, testutils.CreateObjsWithVerifier(testConfig, objs, func(kind string, clientObj client.Object) {})...)
195194
}
196195

197196
func usesTokenProducer(eppConfig string) bool {

0 commit comments

Comments
 (0)