Skip to content

Commit 23471b2

Browse files
committed
modify test
1 parent 87c7f82 commit 23471b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ebaysdk/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,9 @@ class trading(ebaybase):
767767
Sunshine Kids Foundation
768768
>>> print t.error()
769769
<BLANKLINE>
770-
>>> retval2 = t.execute('VerifyAddItem', {})
771-
>>> print t.response_codes()
770+
>>> t2 = trading(errors=False, config_file=os.environ.get('EBAY_YAML'))
771+
>>> retval2 = t2.execute('VerifyAddItem', {})
772+
>>> print t2.response_codes()
772773
[10009]
773774
"""
774775

0 commit comments

Comments
 (0)