From 702bf1ace0b4d58c8db50194d498d65c7c1cec83 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Thu, 16 Nov 2023 13:08:45 +0100 Subject: [PATCH] fixup! Update markdown unit tests for new bugref --- t/16-markdown.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/16-markdown.t b/t/16-markdown.t index 5ef1ce35f6d1..238a138fadcb 100644 --- a/t/16-markdown.t +++ b/t/16-markdown.t @@ -13,6 +13,7 @@ use OpenQA::Test::TimeLimit '10'; use OpenQA::Markdown qw(bugref_to_html is_light_color markdown_to_html); my $test_case = OpenQA::Test::Case->new; +my $schema = $test_case->init_data(); my $t = Test::Mojo->new('OpenQA::WebAPI'); subtest 'standard markdown' => sub {