test_static: fix StarlingX match
It looks like something changed in a header field that makes this not match. Use a less specific string that should. Change-Id: I55b2c63e026bf2b68821a9a0302a82d5728ab114
This commit is contained in:
parent
6ad774ad60
commit
372e58bec1
@ -132,7 +132,7 @@ def test_docs_starlingx_io(host):
|
||||
'--resolve docs.starlingx.io:443:127.0.0.1 '
|
||||
'https://docs.starlingx.io')
|
||||
# links to the latest, make sure it redirected us
|
||||
assert 'StarlingX Docs: Welcome to the StarlingX Documentation' \
|
||||
assert 'Welcome to the StarlingX Documentation' \
|
||||
in cmd.stdout
|
||||
|
||||
zuul_names = (
|
||||
|
Loading…
Reference in New Issue
Block a user