Skip to content

Commit 60385b9

Browse files
committed
typo in ginkgo test case
Signed-off-by: Alka Kumari <alkumari@redhat.com>
1 parent 68f3ee0 commit 60385b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openshift/e2e/ginkgo/sequential/1-115_validate_imagepullpolicy_console_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
4646
)
4747

4848
BeforeEach(func() {
49-
fixture.EnsureParallelCleanSlate()
49+
fixture.EnsureSequentialCleanSlate()
5050
k8sClient, _ = utils.GetE2ETestKubeClient()
5151
ctx = context.Background()
5252
})

0 commit comments

Comments
 (0)