diff --git a/integration_test.sh b/integration_test.sh index e2f471d29..b43789c59 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -31,8 +31,8 @@ smg=$? echo 'go test github.com/cgrates/cgrates/migrator -tags=integration' go test github.com/cgrates/cgrates/migrator -tags=integration mgr=$? -echo 'go test github.com/cgrates/cgrates/dispatcher -tags=integration' -go test github.com/cgrates/cgrates/dispatcher -tags=integration +echo 'go test github.com/cgrates/cgrates/dispatchers -tags=integration' +go test github.com/cgrates/cgrates/dispatchers -tags=integration dis=$? exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis