Skip to content

Commit

Permalink
fixup! tests: API: Use jsoniter when encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Apr 28, 2024
1 parent bede90d commit 06eb3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/api/v1/api_test.go
Expand Up @@ -29,12 +29,12 @@ import (
"testing"
"time"

jsoniter "github.com/json-iterator/go"
"github.com/prometheus/prometheus/prompb"
"github.com/prometheus/prometheus/util/stats"
"github.com/prometheus/prometheus/util/testutil"

"github.com/go-kit/log"
jsoniter "github.com/json-iterator/go"
"github.com/prometheus/client_golang/prometheus"
config_util "github.com/prometheus/common/config"
"github.com/prometheus/common/model"
Expand Down

0 comments on commit 06eb3a5

Please sign in to comment.