配置 workflows

This commit is contained in:
Wisp X
2022-03-06 19:59:49 +08:00
parent af46c54b15
commit 7cd5a84f33
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertStatus(200);
$response->assertStatus(302);
}
}