Skip to content

Commit

Permalink
changed more messages for governance rule
Browse files Browse the repository at this point in the history
  • Loading branch information
HzANut committed Aug 20, 2022
1 parent d261f65 commit 88df833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moesifdjango/moesif_gov.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def check_if_condition_for_request_body_field(cls, condition):
return False
start += len('request.body.')
if '.' in path[start:]:
print("[moesif] nested fields are not supported")
print("[moesif] nested fields are not supported for request body condition matching")
return False

return True
Expand Down

0 comments on commit 88df833

Please sign in to comment.