From 0248805b8b0e5c11d1d76355d2e2422ce06555c3 Mon Sep 17 00:00:00 2001 From: TeoV Date: Wed, 31 Oct 2018 06:58:08 -0400 Subject: [PATCH] Update integration test with new name for dispatcher --- integration_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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