From 6ad4a570faeaf166d823a457dbdf3fa2565b890d Mon Sep 17 00:00:00 2001 From: Chris Privitere <23177737+cprivitere@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:16:16 -0600 Subject: [PATCH] chore: 1.6 e2e signature update Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com> --- test/e2e/common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common_test.go b/test/e2e/common_test.go index 2b32dce3..72cadadb 100644 --- a/test/e2e/common_test.go +++ b/test/e2e/common_test.go @@ -145,7 +145,7 @@ func (w *wrappedClusterProxy) Apply(ctx context.Context, resources []byte, args } // GetWorkloadCluster returns ClusterProxy for the workload cluster. -func (w *wrappedClusterProxy) GetWorkloadCluster(ctx context.Context, namespace, name string) framework.ClusterProxy { +func (w *wrappedClusterProxy) GetWorkloadCluster(ctx context.Context, namespace, name string, _ ...framework.Option) framework.ClusterProxy { Expect(ctx).NotTo(BeNil(), "ctx is required for GetWorkloadCluster") Expect(namespace).NotTo(BeEmpty(), "namespace is required for GetWorkloadCluster") Expect(name).NotTo(BeEmpty(), "name is required for GetWorkloadCluster")