Skip to content

Commit 4e48d64

Browse files
author
Peter Doggart
committed
Fix testing for Flask 3.1.0 changes.
1 parent dbd6f0d commit 4e48d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_specs(self, prefix="", status=200, **kwargs):
4444

4545
@pytest.fixture
4646
def app():
47-
app = Flask(__name__)
47+
app = Flask(__name__, subdomain_matching=True)
4848
app.test_client_class = TestClient
4949
yield app
5050

0 commit comments

Comments
 (0)