ci: update emqx docs link in dashboard

This commit is contained in:
Kinplemelon 2024-08-06 09:33:20 +08:00 committed by Ivan Dyachkov
parent cba3dcbeda
commit b80513e941
1 changed files with 1 additions and 4 deletions

View File

@ -131,9 +131,6 @@ def test_docs_link(driver, dashboard_url):
# it's v5.x in the url
emqx_version = 'v' + emqx_version
if prefix == 'e':
docs_base_url = "https://docs.emqx.com/en/enterprise"
else:
docs_base_url = "https://docs.emqx.com/en/emqx"
docs_url = f"{docs_base_url}/{emqx_version}"