This commit is contained in:
Son 2021-11-18 10:33:38 +01:00
parent 38ecb227b0
commit adb376525f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def test_create_subdomain_out_of_quota(flask_client):
assert CustomDomain.count() == MAX_NB_SUBDOMAIN
r = flask_client.post(
flask_client.post(
url_for("dashboard.subdomain_route"),
data={"form-name": "create", "subdomain": "test", "domain": sl_domain.domain},
follow_redirects=True,