Level 102
It seems that you are passing a route that doesn't exist to $this->get()
1 like
Summer Sale! All accounts are 50% off this week.
I get this error for no reason when I want to check if the response is correct.
Has anyone had similar experiences?
$urls[1]->lazy()->each(function ($item, $key) {
$this->withoutExceptionHandling();
\Log::info('Testing url: ' . $item);
$response = $this->get($item);
$response->assertOk();
});
Please or to participate in this conversation.