Skip to content

Commit

Permalink
FlowVisibiltiySetUpConfig typo to FlowVisibilitySetUpConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-J committed Jun 26, 2023
1 parent 9a79399 commit eed79a6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/e2e/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func setupTest(tb testing.TB) (*TestData, error) {
return testData, nil
}

func setupTestForFlowVisibility(tb testing.TB, config FlowVisibiltiySetUpConfig) (*TestData, bool, bool, error) {
func setupTestForFlowVisibility(tb testing.TB, config FlowVisibilitySetUpConfig) (*TestData, bool, bool, error) {
v4Enabled := clusterInfo.podV4NetworkCIDR != ""
v6Enabled := clusterInfo.podV6NetworkCIDR != ""
testData, err := setupTest(tb)
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/flowvisibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type testFlow struct {
}

func TestFlowVisibility(t *testing.T) {
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: false,
withGrafana: true,
withClickHouseLocalPv: false,
Expand Down Expand Up @@ -1280,7 +1280,7 @@ type ClickHouseFullRow struct {
}

func failOnError(err error, t *testing.T, data *TestData) {
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: false,
withGrafana: true,
withClickHouseLocalPv: false,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/policyrecommendation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

func TestPolicyRecommendation(t *testing.T) {
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: true,
withGrafana: false,
withClickHouseLocalPv: false,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/theia_clickhouse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var tableColumnNumberMap = map[string]string{
}

func TestTheiaClickHouseStatusCommand(t *testing.T) {
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: false,
withGrafana: false,
withClickHouseLocalPv: false,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/throughputanomalydetection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
)

func TestAnomalyDetection(t *testing.T) {
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: true,
withGrafana: false,
withClickHouseLocalPv: false,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func skipIfNotUpgradeTest(t *testing.T) {
// To run the test, provide the -upgrade.toVersion flag.
func TestUpgrade(t *testing.T) {
skipIfNotUpgradeTest(t)
config := FlowVisibiltiySetUpConfig{
config := FlowVisibilitySetUpConfig{
withSparkOperator: false,
withGrafana: false,
withClickHouseLocalPv: true,
Expand Down

0 comments on commit eed79a6

Please sign in to comment.