diff --git a/tests/phpunit/zoteroTest.php b/tests/phpunit/zoteroTest.php index 7e5766dd85..48d248dc90 100644 --- a/tests/phpunit/zoteroTest.php +++ b/tests/phpunit/zoteroTest.php @@ -635,7 +635,7 @@ public function testZoteroResponse36(): void { $this->assertSame('X', $template->get2('journal')); $template = $this->make_citation($text); - $url = 'www.nsw.gov.au/; + $url = 'www.nsw.gov.au/sss'; Zotero::process_zotero_response($zotero_response, $template, $url, $access_date); $this->assertSame('cite journal', $template->wikiname()); $this->assertSame('Billy', $template->get2('title'));