We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d36b4 commit 3e63a91Copy full SHA for 3e63a91
tests/Feature/Api/SiteControllerTest.php
@@ -123,7 +123,7 @@ public function testCheckingASiteReturns404ForInvalidSite(): void
123
["url" => "https://www.joomlaf.org", "key" => "foobar123foobar123foobar123foobar123"]
124
);
125
126
- $response->assertStatus(404);
+ $response->assertStatus(422);
127
}
128
129
public function testDeleteASiteReturns404ForInvalidSite(): void
@@ -133,7 +133,7 @@ public function testDeleteASiteReturns404ForInvalidSite(): void
133
134
135
136
137
138
139
public function testDeleteASiteRemovesRow(): void
0 commit comments