Cleaning things up
authorEd Page <eopage@byu.net>
Mon, 19 Jul 2010 23:23:11 +0000 (18:23 -0500)
committerEd Page <eopage@byu.net>
Mon, 19 Jul 2010 23:23:11 +0000 (18:23 -0500)
hand_tests/test_directdial.py

index 84277f3..6dac273 100755 (executable)
@@ -16,8 +16,12 @@ def main(username, password, number):
 
        gvoice._browser.USER_AGENT = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16"
        page = gvoice._get_page_with_token(
-               "https://www.google.com/voice/m/x?m=call&n=18004664411&f=&v=6",
+               "https://www.google.com/voice/m/x",
                {
+                       "m": "call",
+                       "n": "18004664411",
+                       "f": "",
+                       "v": "6",
                },
        )
        print page