change: format code

This commit is contained in:
debugtalk
2019-12-05 20:07:51 +08:00
parent cab54c9c9a
commit 9225848ffb
2 changed files with 12 additions and 8 deletions

View File

@@ -9,7 +9,6 @@ class TestContext(ApiServerUnittest):
def setUp(self):
loader.load_project_tests(os.path.join(os.getcwd(), "tests"))
project_mapping = loader.project_mapping
self.context = context.SessionContext(
variables={"SECRET_KEY": "DebugTalk"}
)