Skip to content

Commit

Permalink
removed more unimportant data from statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroacher authored Feb 14, 2025
1 parent 6747f28 commit d1bf460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/a11y_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def run_test(global_translation, url):

if statements is not None:
for statement in statements:
del statement['root']
del statement['links-all']
del statement['links-interesting']
for item in start_item['items']:
if statement['url'] == item['url'] and statement['depth'] > item['depth']:
statement['depth'] = item['depth']
Expand Down

0 comments on commit d1bf460

Please sign in to comment.