You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yannickdesmadryl, I’m not sure exactly why you’d get that error, but it might be worth checking out the lodata tests themselves and copy how they do their requests ?
Hi all,
I need to write some tests. I'm working with laravel passport as authentication mechanism.
I want to test my data against the authenticated user, where you see only your own data.
But a simple test gives me always error 500, "Flat3\Lodata\Exception\Protocol\InternalServerErrorException: There is already an active transaction"
this is my test:
`#[Test]
public function it_returns_actors_data()
{
$this->authenticate();
I want to check it's my own data, if pagination works and the structure of the data.
Thanks,
Yannick
The text was updated successfully, but these errors were encountered: