Correctly asign to a new variable in tutorial_calls

This commit is contained in:
TeoV
2020-01-08 10:15:44 -05:00
parent b5f65aad87
commit 26c2d547c3

View File

@@ -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"