1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

chore: 200 status codes

This commit is contained in:
SychO9
2021-11-24 19:49:41 +01:00
parent 97ac47ea94
commit 5206e8e1dc
9 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ class MajorUpdateTest extends TestCase
}
)[0]['latest-major'];
$this->assertEquals(204, $response->getStatusCode());
$this->assertEquals(200, $response->getStatusCode());
$this->assertPackageVersion("flarum/core", str_replace('v', '^', $newMinorCoreVersion));
$this->assertPackageVersion("flarum/tags", "*");
$this->assertPackageVersion("flarum/dummy-compatible-extension", "*");