million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Validate proxy server tests #150

Closed kavithaii closed 4 years ago

shinenelson commented 4 years ago

the tests are all passing. what was missed was some documentation that was required to set the Airtable Base up ( this was documented in the pull request #133 though ). I'm guessing that the tests failing was because the Airtable Base was mis-configured. that was the only thing I could identify after looking at this.

I've added the documentation in f89fe7c describing the assumptions that are taken in the test suite and the minimum required fields that needs to be in the Airtable Base for the Airtable test suite to work.

kavithaii commented 4 years ago

@shinenelson Tests are failing.

shinenelson commented 4 years ago

there was a bug in the Airtable tests due to the incorrect request ( hiddenFormField ) being passed to the proxy-server. this has been fixed in 8f272ea.

kavithaii commented 4 years ago

@shinenelson, All test are passing.

image