Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pillow-11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit authored Nov 4, 2024
2 parents fe5c26d + f0e554b commit f93c698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/frontend_quality_yellow_lab_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def run_test(global_translation, url):
rating.overall_review = global_translation('TEXT_SITE_UNAVAILABLE')
return (rating, {'failed': True })

return_dict = {}
yellow_lab = 0

for key in result_dict['scoreProfiles']['generic'].keys():
Expand Down Expand Up @@ -71,7 +70,7 @@ def run_test(global_translation, url):
print(global_translation('TEXT_TEST_END').format(
datetime.now().strftime('%Y-%m-%d %H:%M:%S')))

return (rating, return_dict)
return (rating, result_dict)

def get_ylt_result(url):
"""
Expand Down

0 comments on commit f93c698

Please sign in to comment.