have the secondarySessionId as a formatted phone number
This commit is contained in:
parent
98b2a31655
commit
c37fee5e54
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user