Skip to content

Commit

Permalink
lets use the variable we created
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Feb 13, 2025
1 parent fcd8be5 commit 0daf9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a11y_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run_test(global_translation, url):
# Extrahera alla nycklar
result_urls = list(checked_urls.keys())

return_dict['checked-urls'] = checked_urls
return_dict['checked-urls'] = result_urls
return_dict['statements'] = statements

return (rating, return_dict)
Expand Down

0 comments on commit 0daf9ef

Please sign in to comment.