We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f8cd commit 39b0567Copy full SHA for 39b0567
tests/test_controller.py
@@ -84,7 +84,7 @@ def test_api_controller_as_decorator(self):
84
api_controller_instance = controller_type.get_api_controller()
85
assert api_controller_instance.prefix == ""
86
assert api_controller_instance.tags == ["any"]
87
- assert "abc" in SomeController.__module__
+ assert "ninja_extra.controllers.base" in SomeController.__module__
88
assert "tests.test_controller" in Some2Controller.__module__
89
assert Some2Controller.get_api_controller()
90
0 commit comments