forked from bardia-heydari/postpython
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
>>> os.listdir()
['.BRAPI.postman_collection.json']
>>> collection=[os.listdir()[0]]
>>> runner = PostPython(collection)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\DJStomp\AppData\Local\Programs\Python\Python310\lib\site-packages\postpy2\core.py", line 35, in __init__
self.__load()
File "C:\Users\DJStomp\AppData\Local\Programs\Python\Python310\lib\site-packages\postpy2\core.py", line 40, in __load
for request in fol['item']:
KeyError: 'item'Metadata
Metadata
Assignees
Labels
No labels