From adb376525f519ba8908398c8d9b60772ab553021 Mon Sep 17 00:00:00 2001 From: Son Date: Thu, 18 Nov 2021 10:33:38 +0100 Subject: [PATCH] flake8 --- tests/dashboard/test_subdomain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dashboard/test_subdomain.py b/tests/dashboard/test_subdomain.py index aa10e237..9a75bd4c 100644 --- a/tests/dashboard/test_subdomain.py +++ b/tests/dashboard/test_subdomain.py @@ -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,