Skip to content

[ST]: Change signature of retrieveKafkaBrokerSANs #12651

@see-quick

Description

@see-quick

Motivation comes from #12618 (comment). We should change signature of retrieveKafkaBrokerSANs, because using and hiding only 2 parameters (i.e.,namespaceName, clusterName) into whole TestStorage object are making things less readable. With having explicitly specified it is better from test case POV.

So we should change

retrieveKafkaBrokerSANs(final TestStorage testStorage)

to

retrieveKafkaBrokerSANs(final String namespaceName, String clusterName)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions