Andreas Schröpfer
Andreas Schröpfer
The test generator is almost ready. But when I run the tests I receive always return code 500. I think I need a little help to understand why. The template...
@stanislas-m thanks. CSRF was the missing link I didn't see. But that issue is more a `gobuffalo/suite` issue then a generator thing ([look here](https://github.com/gobuffalo/suite/blob/master/suite.go#L41))? Or am I wrong?
@stanislas-m thank you. I had the same thoughts about this. A possible fix here would be to deactivate CSRF middleware inside the `action_test.go` file. But I think that this would...