Skip to content

Commit

Permalink
fix(backend): 修复授权单测 #8758
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud committed Dec 23, 2024
1 parent 42781b4 commit 90d6b2b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ def clone_api_field(cls, *args, **kwargs):
def authorize_rules(cls, *args, **kwargs):
return True

@classmethod
@raw_response
def authorize_rules_v2(cls, *args, **kwargs):
return True

@classmethod
@raw_response
def clone_instance(cls, *args, **kwargs):
Expand Down

0 comments on commit 90d6b2b

Please sign in to comment.