first work on To Do Lists
This commit is contained in:
@@ -122,7 +122,7 @@ class MemosTest extends TestCase
|
||||
|
||||
$response = $this->patch('/api/memos/' . $memo->id, array_merge($this->data(), ['api_token' => $anotherUser->api_token]));
|
||||
|
||||
$response->assertStatus(Response::HTTP_FORBIDDEN);
|
||||
$response->assertStatus(403);
|
||||
}
|
||||
|
||||
/** @test */
|
||||
@@ -138,7 +138,7 @@ class MemosTest extends TestCase
|
||||
|
||||
$this->assertCount(0, Memo::all());
|
||||
|
||||
$response->assertStatus(Response::HTTP_NO_CONTENT);
|
||||
$response->assertStatus(204);
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
||||
Reference in New Issue
Block a user