More adjustments for new maintainership

This commit is contained in:
John Helmert
2019-06-09 11:05:37 -05:00
parent 7423a43e50
commit 1c0afc8a55
10 changed files with 17 additions and 15 deletions

View File

@@ -738,7 +738,7 @@ def test_terminal_get_link_page_text(terminal):
{'href': 'https://www.reddit.com', 'text': 'Reddit Homepage'},
{'href': 'https://www.duckduckgo.com', 'text': 'Search Engine'},
{
'href': 'https://github.com/michael-lazar/rtv',
'href': 'https://gitlab.com/ajak/rtv',
'text': 'This project\'s homepage'
}
]
@@ -747,7 +747,7 @@ def test_terminal_get_link_page_text(terminal):
assert text == dedent("""\
[0] [Reddit Homepage](https://www.reddit.com)
[1] [Search Engine](https://www.duckduckgo.com)
[2] [This project's home…](https://github.com/michael-lazar/rtv)
[2] [This project's home…](https://gitlab.com/ajak/rtv)
""")