mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix vet check errors and conflicts
This commit is contained in:
committed by
Dan Christian Bogos
parent
429388367a
commit
b05ed15f25
@@ -97,6 +97,12 @@ func testAMQPStartEngine(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func testStopCgrEngine(t *testing.T) {
|
||||
if err := engine.KillEngine(100); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
func testAMQPRPCConn(t *testing.T) {
|
||||
var err error
|
||||
amqpRPC, err = newRPCClient(amqpCfg.ListenCfg())
|
||||
|
||||
@@ -48,12 +48,6 @@ func testCleanDirectory(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func testStopCgrEngine(t *testing.T) {
|
||||
if err := engine.KillEngine(100); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetOneData(t *testing.T) {
|
||||
type testData struct {
|
||||
Field1 string `json:"field1"`
|
||||
|
||||
Reference in New Issue
Block a user