tests: remove erroneous check "up" string in availability test (#76116)
gitea/passerelle/pipeline/head This commit looks good Details

It would catch the old "We recommend you to update your web browser"
from gadjo.
This commit is contained in:
Frédéric Péters 2023-04-02 20:10:56 +02:00 committed by Thomas NOEL
parent 2c5c98c602
commit 7c22b27091
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ def test_availability_parameters(app, admin_user, monkeypatch):
assert 'Availability check' in resp.text
resp = resp.click('Availability check')
assert 'up' in resp.text
resp.form['run_check'] = False
resp = resp.form.submit()
# Connector status not changed, availability parameters changed