Skip to content

Commit

Permalink
Fix CI precommit hook
Browse files Browse the repository at this point in the history
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
  • Loading branch information
dttung2905 committed Aug 20, 2023
1 parent 795bd63 commit d6f5484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions pkg/scalers/azure_log_analytics_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ func TestLogAnalyticsGetMetricSpecForScaling(t *testing.T) {
}
}

type parseMetadataMetricNameTestData struct {
metadata map[string]string
scalerIndex int
metricName string
}

type parseLogAnalyticsMetadataTestUnsafeSsl struct {
metadata map[string]string
unsafeSsl bool
Expand Down
1 change: 0 additions & 1 deletion pkg/scalers/mssql_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func TestMSSQLMetadataParsing(t *testing.T) {
if testData.expectedConnectionString != outputConnectionString {
t.Errorf("Wrong connection string. Expected '%s' but got '%s'", testData.expectedConnectionString, outputConnectionString)
}

}
}

Expand Down

0 comments on commit d6f5484

Please sign in to comment.