1👍
Your test isn’t sending a post. You should use the RequestFactory rather than instantiating HttpRequest directly. Or even better, use the built in test client.
Source:stackexchange.com
1👍
Your test isn’t sending a post. You should use the RequestFactory rather than instantiating HttpRequest directly. Or even better, use the built in test client.