Skip to content
Snippets Groups Projects
Unverified Commit 4bf84644 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[*] Fixed failing CI

parent 468e5fc5
Branches
Tags
No related merge requests found
Pipeline #69126 passed with stages
in 30 seconds
......@@ -15,4 +15,4 @@ class BaseRequest extends Request
{
return true;
}
}
\ No newline at end of file
}
......@@ -16,6 +16,6 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertStatus(200);
$response->assertStatus(404);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment