Skip to content

Commit

Permalink
accepted, comma-separated provider in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
FaisalIqbal211 committed Feb 26, 2024
1 parent 6df9208 commit 3de4da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 3de4da0

Please sign in to comment.