Skip to content

Commit 7dbed81

Browse files
author
Joel Collins
committed
Bumped coverage back up
1 parent 520fdb8 commit 7dbed81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_server_quick.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ def test_create_app():
1414

1515
def test_create_app_options():
1616
app, labthing = quick.create_app(
17-
__name__, flask_kwargs={"static_url_path": "/static"}, handle_cors=False
17+
__name__,
18+
types=["org.labthings.tests.labthing"],
19+
flask_kwargs={"static_url_path": "/static"},
20+
handle_cors=False,
1821
)
1922
assert isinstance(app, Flask)
2023
assert isinstance(labthing, LabThing)

0 commit comments

Comments
 (0)