From 3de4da074a172ec188191684dacb257579267ded Mon Sep 17 00:00:00 2001 From: FaisalIqbal211 Date: Mon, 26 Feb 2024 19:29:42 +0500 Subject: [PATCH] accepted, comma-separated provider in UT --- handlers/metrics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/metrics_test.go b/handlers/metrics_test.go index eab6706a1..7fc0de3f4 100644 --- a/handlers/metrics_test.go +++ b/handlers/metrics_test.go @@ -190,7 +190,7 @@ func TestMetricsBounties(t *testing.T) { } // Provide multiple provider IDs in the request query parameters - req.URL.RawQuery = "provider=provider1&provider=provider2&provider=provider3" + req.URL.RawQuery = "provider=provider1,provider2" // Mock bounties data for multiple providers bounties := []db.Bounty{