Skip to content

Commit 9d0ae38

Browse files
author
Alexander Zhilyaev
committed
formatting
1 parent 688764f commit 9d0ae38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checks/rabbitmq/aliveness_check_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package rabbitmq
22

33
import (
4-
"github.com/hellofresh/health-go/checks/http"
54
"os"
65
"testing"
6+
7+
"github.com/hellofresh/health-go/checks/http"
78
)
89

910
const httpURLEnv = "HEALTH_GO_MQ_URL"

0 commit comments

Comments
 (0)