From c3ad4ee8222f77162cdf68aab3c425495f8f7e19 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 12 May 2020 21:48:55 +0000 Subject: [PATCH] Update docs.airshipit.org functional test The string previously expected in the docs.airshipit.org site is no longer used there, so pick another which will get the system-config-run-static job passing again. Change-Id: I8bf0da25408412dc80ff8cb6d26c185234916941 --- testinfra/test_static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testinfra/test_static.py b/testinfra/test_static.py index 9cc823c364..529b8be2bc 100644 --- a/testinfra/test_static.py +++ b/testinfra/test_static.py @@ -46,7 +46,7 @@ def test_docs_airshipit_org(host): cmd = host.run('curl --insecure ' '--resolve docs.airshipit.org:443:127.0.0.1 ' 'https://docs.airshipit.org/') - assert 'Airship Treasuremap' in cmd.stdout + assert 'Airship documentation' in cmd.stdout def test_governance_openstack_org(host): cmd = host.run('curl --insecure '