Skip to content

Commit 5244b9e

Browse files
author
Yuan Huang
committed
fix: add mcp_token and mcp_access_log to test teardown TRUNCATE
1 parent 9e567dc commit 5244b9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrabox/test/api/test_template.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class ApiTestTemplate(unittest.TestCase):
88

99
def setUp(self):
1010
TestClient.execute(
11-
'TRUNCATE global_token_access_log, global_token, '
11+
'TRUNCATE mcp_access_log, mcp_token, '
12+
'global_token_access_log, global_token, '
1213
'collaborator, auth_token, secret, '
1314
'console, job_markup, job_badge, job, '
1415
'build, commit, repository, '

0 commit comments

Comments
 (0)