Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Jun 15, 2024
1 parent a808344 commit 8e3c12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/public_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func (s *PublishedStorageSuite) TestLinkFromPoolCache(c *C) {
c.Check(err, IsNil)

// Check only one listing request was done to the server
s.checkGetRequestsEqual(c, "/test?", []string{"/test?list-type=2&max-keys=1000&prefix=pool%2F"})
s.checkGetRequestsEqual(c, "/test?", []string{"/test?encryption=", "/test?encryption=", "/test?list-type=2&max-keys=1000&prefix=pool%2F"})

s.srv.Requests = nil
// Publish two packages at a different prefix
Expand Down

0 comments on commit 8e3c12f

Please sign in to comment.