Skip to content

Commit

Permalink
尝试修改单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Sep 20, 2024
1 parent cf904ca commit c005cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/test_archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_archive_apply_auto_pass(self, mock_generate_setting):
assert archive_config.status == WorkflowStatus.PASSED

@patch("sql.utils.workflow_audit.AuditV2.operate")
@patch("sql.views.notify_for_audit.apply_async")
@patch("sql.notify.notify_for_audit.apply_async")
def test_archive_audit(self, mock_apply_async, mock_operate):
"""
测试审核归档实例数据
Expand Down

0 comments on commit c005cb6

Please sign in to comment.