Skip to content

Commit f4267d6

Browse files
committed
Fix tests
1 parent 7030c67 commit f4267d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/media_embed_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function test_media_embed_help()
133133
{
134134
$this->add_lang_ext('phpbb/mediaembed', 'help');
135135

136-
$crawler = self::request('GET', 'app.php/help/bbcode');
136+
$crawler = self::request('GET', 'index.php/help/bbcode');
137137
$this->assertContainsLang('HELP_EMBEDDING_MEDIA', $crawler->filter('#faqlinks')->text());
138138

139139
preg_match('/https:\/\/youtu\.be\/(.*)/', main_listener::MEDIA_DEMO_URL, $matches);

0 commit comments

Comments
 (0)