Skip to content

Commit ae524d4

Browse files
committed
Update tests
1 parent c9bb7f6 commit ae524d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/whatsapp.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function fgets_u($pStdn)
1919

2020
// #### DO NOT ADD YOUR INFO AND THEN COMMIT THIS FILE! ####
2121
$sender = ""; // Mobile number with country code (but without + or 00)
22-
$identity = ""; // Obtained during registration
2322
$password = ""; // Password you received from WhatsApp
2423

2524
if ($argc < 2) {
@@ -39,7 +38,7 @@ function fgets_u($pStdn)
3938
}
4039

4140
echo "[] Logging in as '$nickname' ($sender)\n";
42-
$wa = new WhatsProt($sender, $identity, $nickname, TRUE);
41+
$wa = new WhatsProt($sender, $nickname, TRUE);
4342

4443
$wa->connect();
4544
$wa->loginWithPassword($password);

0 commit comments

Comments
 (0)