have the secondarySessionId as a formatted phone number

This commit is contained in:
Alfred Kamanda 2025-02-20 19:58:12 +03:00
parent 98b2a31655
commit c37fee5e54
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -21,7 +21,7 @@ var (
sessionID string sessionID string
src = rand.NewSource(42) src = rand.NewSource(42)
g = rand.New(src) g = rand.New(src)
secondarySessionId = "0700000000" secondarySessionId = "+254700000000"
) )
var groupTestFile = flag.String("test-file", "group_test.json", "The test file to use for running the group tests") var groupTestFile = flag.String("test-file", "group_test.json", "The test file to use for running the group tests")