flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 394 forks source link

Unable to run against Postman collection #144

Closed dblk4 closed 2 months ago

dblk4 commented 1 year ago

I am trying to run Astra with Postman collection but I get the following error message. Is this due to something I may be doing incorrectly?

image

I am using the Postman toggle and uploading a collection. image

tskeel commented 1 year ago

I get a similar error, seems to be mongodb related.

TypeError: 'Collection' object is not callable. If you meant to call the 'update' method on a 'Collection' object it is failing because no such method exists.

dblk4 commented 1 year ago

It would be nice if anyone has a solution to this. I wanted to try out this tool. I did try reinstalling mongo but still nothing.

S-Surya commented 2 months ago

The issue is not related to postman collection upload. This is solved with #153 . Hence, closing the issue.