mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-11 06:24:04 +00:00
Add metrics endpoint with http metrics using Prometheus client lib
This commit is contained in:
committed by
Benj Fassbind
parent
8046fb1eb9
commit
6539e1b856
+1
-1
@@ -114,7 +114,7 @@ func (s *GrabDownloaderSuite) TestDownloadConnectError(c *C) {
|
||||
func (s *GrabDownloaderSuite) TestDownloadFileError(c *C) {
|
||||
skipIfRoot(c)
|
||||
c.Assert(s.d.Download(s.ctx, s.url+"/test", "/"),
|
||||
ErrorMatches, ".*permission denied")
|
||||
ErrorMatches, ".*(permission denied|read-only file system)")
|
||||
}
|
||||
|
||||
func (s *GrabDownloaderSuite) TestGetLength(c *C) {
|
||||
|
||||
Reference in New Issue
Block a user