Navigation Menu

Skip to content

Commit

Permalink
update to fix new ubuntu page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMacNaughton committed Nov 23, 2016
1 parent 92daf86 commit bac4b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snaps_tests/demos_tests/test_downloader_with_wiki_parts.py
Expand Up @@ -27,7 +27,8 @@ def test_downloader_with_wiki_parts(self):
snap_path = self.build_snap(self.snap_content_dir)
self.install_snap(snap_path, 'downloader', '1.0')
expected = (
'.*<title>The leading OS for PC, tablet, phone and cloud '
'.*<title>The leading operating system for PCs, tablets, '
'phones, IoT devices, servers and the cloud '
'| Ubuntu</title>.*')
self.assert_command_in_snappy_testbed_with_regex(
'/snap/bin/downloader.test', expected, flags=re.DOTALL)

0 comments on commit bac4b74

Please sign in to comment.