Skip to content

Commit

Permalink
chore: fix telemetry test
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed May 28, 2024
1 parent 4b9fc7b commit b5921bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/telemetry/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ func TestShutdown(t *testing.T) {
}

var experimental = map[string]any{
"cloud": map[string]any{},
"cloud": map[string]any{},
"authorization": map[string]any{},
}

func TestPing(t *testing.T) {
Expand Down

0 comments on commit b5921bb

Please sign in to comment.