Skip to content

Commit 21640af

Browse files
committed
Add missing assert to hypercorn tests
1 parent 9829cc9 commit 21640af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/adapter_hypercorn/test_hypercorn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def wait_for_port(port, retries=10):
142142
@override_application_settings({"transaction_name.naming_scheme": "framework"})
143143
def test_hypercorn_200(port, app, http_version):
144144
hypercorn_version = get_package_version("hypercorn")
145+
assert hypercorn_version is not None
145146

146147
@validate_transaction_metrics(
147148
callable_name(app),

0 commit comments

Comments
 (0)