We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d93d7f commit e937b5dCopy full SHA for e937b5d
1 file changed
tests/Routes/Wiki/PublicWikiTest.php
@@ -324,7 +324,7 @@ public function testReusePrototype() {
324
->assertJsonPath('data.1.domain', 'non-reusable.wikibase.cloud')
325
->assertJsonPath('data.1.reuse_prototype', false)
326
->assertJsonPath('data.2.domain', 'no-profile.wikibase.cloud')
327
- ->assertJsonPath('data.2.reuse_prototype', null);
+ ->assertJsonPath('data.2.reuse_prototype', false);
328
329
$this->json('GET', 'reusePrototype/' . $reusableWiki->id)
330
->assertStatus(200)
0 commit comments