adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
132 stars 62 forks source link

Index for all Postman collections #22

Closed keilw closed 5 years ago

keilw commented 5 years ago

Most Postman collections have an index like 1_1 before the name which helps when importing them into Postman. Some had this index missing, which is fixed by this PR.

n0rdy commented 5 years ago

Hello! Thank you for your pull request! As far as I can see, some tests have been removed in a file

1_1 available accounts consent embedded 0 scaMethod.postman_collection.json

For example, "Consent status is received" test. I would like to know, whether it had been done to any purpose, or this file was not expected to be a part of current PR? Thanks!

keilw commented 5 years ago

There should not be any change in 1_1, maybe the encoding changed as it did with one or the other file before, it is not in the diff now. I also started updating the insomnia test suite. I was hoping to Simply import Postman scripts as is and it works, but that does not work for many of the settings and variables, so I update everything that is necessary, so Insomnia can also be used by those who want. Expect more with the Insomnia file, but Postman seems complete now.

keilw commented 5 years ago

I found two typos in Postman scripts and fixed those as well.