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 0785638 commit c7fbe70Copy full SHA for c7fbe70
tests/test_init.py
@@ -167,8 +167,10 @@ async def setup_legacy_app(
167
"PUT", CORE_APPLIANCES_TAIL, self.smile_http_accept
168
)
169
else:
170
+ app.router.add_route("POST", CORE_APPLIANCES_TAIL, self.smile_http_ok)
171
app.router.add_route("PUT", CORE_APPLIANCES_TAIL, self.smile_http_ok)
172
173
+ app.router.add_route("POST", CORE_APPLIANCES_TAIL, self.smile_timeout)
174
app.router.add_route("PUT", CORE_LOCATIONS_TAIL, self.smile_timeout)
175
app.router.add_route("PUT", CORE_RULES_TAIL, self.smile_timeout)
176
app.router.add_route("PUT", CORE_APPLIANCES_TAIL, self.smile_timeout)
0 commit comments