Skip to content

Commit

Permalink
Merge pull request #4536 from telefonicaid/consistency-script-improve…
Browse files Browse the repository at this point in the history
…ments

FIX improvements
  • Loading branch information
danielvillalbamota authored Apr 10, 2024
2 parents 0c4107e + b94324c commit afcea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/oriondb_consistency/oriondb_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def ruleS90(csub):
See README.md for an explanation of the rule
"""
if csub['format'] == 'JSON':
r = f"notification legacy format in use (endpoint: {csub['reference']})"
r = f"notification legacy format in use (endpoint: {csub['reference']}, servicePath: {csub['servicePath']})"
fixed_csub = copy.deepcopy(csub)
fixed_csub['format'] = 'normalized'
else:
Expand Down

0 comments on commit afcea51

Please sign in to comment.