aboutsummaryrefslogtreecommitdiff
path: root/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'selenium')
-rw-r--r--selenium/withdraw_buy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index 2f0775f0c..93e0d2e24 100644
--- a/selenium/withdraw_buy.py
+++ b/selenium/withdraw_buy.py
@@ -289,7 +289,7 @@ fulfillment_url_25 = buy_article(client, "25._The_Danger_of_Software_Patents")
fulfillment_url_41 = buy_article(client, "41._Avoiding_Ruinous_Compromises")
client.delete_all_cookies()
ret = buy_article(client, "25._The_Danger_of_Software_Patents", fulfillment_url_25)
-logger.info("ret: '%s'" % ret)
+logger.info("Bookmarked purchase: '%s'" % ret)
logger.info("Test passed")
client.close()
sys.exit(0)