Skip to content

Commit fa60228

Browse files
committed
use Any for now
1 parent c87e655 commit fa60228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eduid/webapp/common/api/tests/test_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, config: EduIDBaseAppConfig) -> None:
114114
self.session_interface = SessionFactory(config)
115115

116116

117-
class InputsTests(EduidAPITestCase[InputsTestApp]):
117+
class InputsTests(EduidAPITestCase[Any]):
118118
def load_app(self, config: Mapping[str, Any]) -> InputsTestApp:
119119
"""
120120
Called from the parent class, so we can provide the appropriate flask

0 commit comments

Comments
 (0)