Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio authored Oct 20, 2023
1 parent 1580b13 commit 5094a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func TestPublishersEndpoints(t *testing.T) {
},
{
description: `GET with "from" query param`,
query: "GET /v1/publishers?from=2018-11-26T00:56:23Z",
query: "GET /v1/publishers?from=2018-11-10T00:56:23Z",

expectedCode: 200,
expectedContentType: "application/json",
Expand Down

0 comments on commit 5094a67

Please sign in to comment.