mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Correctly asign to a new variable in tutorial_calls
This commit is contained in:
@@ -760,7 +760,7 @@ func testCallSyncSessions(t *testing.T) {
|
||||
}
|
||||
|
||||
var sourceForCDR string
|
||||
numberOfCDR = 3
|
||||
numberOfCDR := 3
|
||||
switch optConf {
|
||||
case utils.Freeswitch:
|
||||
sourceForCDR = "FS_CHANNEL_ANSWER"
|
||||
|
||||
Reference in New Issue
Block a user