We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688764f commit 9d0ae38Copy full SHA for 9d0ae38
checks/rabbitmq/aliveness_check_test.go
@@ -1,9 +1,10 @@
1
package rabbitmq
2
3
import (
4
- "github.com/hellofresh/health-go/checks/http"
5
"os"
6
"testing"
+
7
+ "github.com/hellofresh/health-go/checks/http"
8
)
9
10
const httpURLEnv = "HEALTH_GO_MQ_URL"
0 commit comments