Skip to content

Commit

Permalink
limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Jan 16, 2025
1 parent 68a8b32 commit 325f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/dataapi/v2/server_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ func TestFetchBlobFeedHandler(t *testing.T) {
reqUrls := []string{
"/v2/blobs/feed?pagination_token=abc",
"/v2/blobs/feed?limit=abc",
"/v2/blobs/feed?limit=1001",
"/v2/blobs/feed?interval=abc",
"/v2/blobs/feed?interval=14401",
"/v2/blobs/feed?end=2006-01-02T15:04:05",
}
for _, url := range reqUrls {
Expand Down

0 comments on commit 325f87c

Please sign in to comment.