tests: remove erroneous check "up" string in availability test (#76116) #169

Merged
fpeters merged 2 commits from wip/76116-gadjo-update into main 2023-04-03 06:32:16 +02:00
2 changed files with 1 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

View File

@ -44,6 +44,7 @@ deps =
zeep<3.3
codestyle: pre-commit
ldaptools
Pillow<9.5.0
python-ldap<=3.2 # align with Debian <= 11 (buster, bullseye)
git+https://git.entrouvert.org/publik-django-templatetags.git
commands =