Replies: 1 comment 2 replies
-
Are there any security implications to using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem was reported here: sanic-org/sanic#2643.
The issue is that the
BackendFixture
for testing Sanic does not setSanic.test_mode = True
, which means that there is potential for issues (as seen the linked issue) to arise. I propose that you add this into your test implementation for Sanic to automatically manage setting that variable.Beta Was this translation helpful? Give feedback.
All reactions