From ac3bbfe5a2f7d01a6e2f56e9401196abd88f76ab Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 4 Aug 2014 14:33:12 +0200 Subject: [PATCH] Fix tester --- cmd/cgr-tester/cgr-tester.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cgr-tester/cgr-tester.go b/cmd/cgr-tester/cgr-tester.go index 4da9cfd7c..3483e7a78 100644 --- a/cmd/cgr-tester/cgr-tester.go +++ b/cmd/cgr-tester/cgr-tester.go @@ -53,7 +53,7 @@ var ( accountdb_pass = flag.String("accountdb_passwd", cgrConfig.AccountDBPass, "The AccountingDb user's password.") dbdata_encoding = flag.String("dbdata_encoding", cgrConfig.DBDataEncoding, "The encoding used to store object data in strings.") raterAddress = flag.String("rater_address", "", "Rater address for remote tests. Empty for internal rater.") - tor = flag.String("category", utils.VOICE, "The type of record to use in queries.") + tor = flag.String("tor", utils.VOICE, "The type of record to use in queries.") category = flag.String("category", "call", "The Record category to test.") tenant = flag.String("tenant", "cgrates.org", "The type of record to use in queries.") subject = flag.String("subject", "1001", "The rating subject to use in queries.")