Skip to content

Commit f5cf687

Browse files
Merge pull request #355 from supertokens/fix/min-version-teardown
fix: Pass None to teardown function for min_version test wrapper
2 parents 6874965 + 3938958 commit f5cf687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async def get_api_version():
468468

469469
api_version = asyncio.gather(get_api_version())
470470
core_version = loop.run_until_complete(api_version)[0] # type: ignore # pylint: disable=unused-variable
471-
teardown_function(_)
471+
teardown_function(None)
472472
return core_version
473473

474474

0 commit comments

Comments
 (0)