diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-20 15:24:24 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-20 15:24:24 +0100 |
commit | ac342628533ddf1922c050d9c37428d73538d8d6 (patch) | |
tree | dda307ce08d3217e5d86f6d6bffdc7d5a9960835 /selenium | |
parent | b45ef5c65eda1b2e608fc702118b0ceff84f3054 (diff) |
Logging
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 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) |