We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666c2b0 commit 765d701Copy full SHA for 765d701
telemetry/aiwrapper_test.go
@@ -17,15 +17,7 @@ func TestCreateAITelemetryHandle(t *testing.T) {
17
wantErr bool
18
}{
19
{
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",
+ name: "disabled telemetry with empty aiconfig",
29
aiConfig: aitelemetry.AIConfig{},
30
disableAll: true,
31
disableMetric: true,
0 commit comments