Codeception / module-rest

REST module for Codeception
MIT License
54 stars 27 forks source link

Issue with sendPOST #34

Closed jakus1 closed 4 years ago

jakus1 commented 4 years ago

I just found the issue on this one, but it may be causing fits for others. I was getting this error: [RuntimeException] Action 'sendPOST' can't be called Troubleshooting narrowed the problem to updating module-rest from 1.2.3 to 1.2.5. If you have previously written tests and you upgrade, you need to rebuild them when you update to 1.2.5 run: codecept build That's what fixed it for me