Skip to content

Commit

Permalink
tests(markdown): prevent tests from opening links
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Oct 24, 2024
1 parent f1fce84 commit 8ecb529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class MarkdownTableApp(App):
messages = []

def compose(self) -> ComposeResult:
yield Markdown(markdown_table)
yield Markdown(markdown_table, open_links=False)

@on(Markdown.LinkClicked)
def log_markdown_link_clicked(
Expand Down

0 comments on commit 8ecb529

Please sign in to comment.