diff options
Diffstat (limited to 'selenium')
-rw-r--r-- | selenium/withdraw_buy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py index 93e0d2e24..67b590c60 100644 --- a/selenium/withdraw_buy.py +++ b/selenium/withdraw_buy.py @@ -291,5 +291,5 @@ client.delete_all_cookies() ret = buy_article(client, "25._The_Danger_of_Software_Patents", fulfillment_url_25) logger.info("Bookmarked purchase: '%s'" % ret) logger.info("Test passed") -client.close() +client.quit() sys.exit(0) |