Skip to content

Commit e0ee1f1

Browse files
committed
update test
1 parent 9fa9807 commit e0ee1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebaysdk/parallel.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Parallel(object):
2020
>>> import os
2121
>>> p = Parallel()
2222
>>> r1 = html(parallel=p)
23-
>>> retval = r1.execute('http://shop.ebay.com/i.html?rt=nc&_nkw=mytouch+slide&_dmpt=PDA_Accessories&_rss=1')
23+
>>> retval = r1.execute('http://feeds.feedburner.com/slashdot/audio?format=xml')
2424
>>> r2 = finding(parallel=p, config_file=os.environ.get('EBAY_YAML'))
2525
>>> retval = r2.execute('findItemsAdvanced', {'keywords': 'shoes'})
2626
>>> r3 = shopping(parallel=p, config_file=os.environ.get('EBAY_YAML'))
@@ -29,7 +29,7 @@ class Parallel(object):
2929
>>> print(p.error())
3030
None
3131
>>> print(r1.response.reply.rss.channel.ttl)
32-
60
32+
2
3333
>>> print(r2.response.dict()['ack'])
3434
Success
3535
>>> print(r3.response.reply.Ack)

0 commit comments

Comments
 (0)