Skip to content

Commit 1981dbc

Browse files
committed
Updated testcase from pallets#108 for latest API changes in this branch
1 parent ade5c08 commit 1981dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subdomaintestmodule/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from flask import Module
22

33

4-
mod = Module(__name__, 'foo', subdomain='foo')
4+
mod = Module(__name__, 'foo', subdomain='foo', static_path='static')

0 commit comments

Comments
 (0)