You've already forked nginx_exporter
mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-08-08 05:02:04 +03:00
Switch to slog (#841)
This commit is contained in:
@@ -38,7 +38,6 @@ func TestParsePositiveDuration(t *testing.T) {
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
tt := tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
got, err := parsePositiveDuration(tt.testInput)
|
||||
@@ -93,7 +92,6 @@ func TestParseUnixSocketAddress(t *testing.T) {
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
tt := tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
socketPath, requestPath, err := parseUnixSocketAddress(tt.testInput)
|
||||
|
Reference in New Issue
Block a user