Skip to content

Commit 765d701

Browse files
committed
update unit test
1 parent 666c2b0 commit 765d701

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

telemetry/aiwrapper_test.go

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ func TestCreateAITelemetryHandle(t *testing.T) {
1717
wantErr bool
1818
}{
1919
{
20-
name: "disable telemetry",
21-
aiConfig: aitelemetry.AIConfig{},
22-
disableAll: false,
23-
disableMetric: true,
24-
disableTrace: true,
25-
wantErr: true,
26-
},
27-
{
28-
name: "empty aiconfig",
20+
name: "disabled telemetry with empty aiconfig",
2921
aiConfig: aitelemetry.AIConfig{},
3022
disableAll: true,
3123
disableMetric: true,

0 commit comments

Comments
 (0)