aboutsummaryrefslogtreecommitdiff
path: root/selenium
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-20 15:24:24 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-20 15:24:24 +0100
commitac342628533ddf1922c050d9c37428d73538d8d6 (patch)
treedda307ce08d3217e5d86f6d6bffdc7d5a9960835 /selenium
parentb45ef5c65eda1b2e608fc702118b0ceff84f3054 (diff)
downloadwallet-core-ac342628533ddf1922c050d9c37428d73538d8d6.tar.xz
Logging
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)