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