Send acceptable languages instead of request into the profile badge converter

This commit is contained in:
Ehren Kret
2021-09-08 18:17:27 -05:00
parent 81a21c0d5f
commit bd40e32f3b
4 changed files with 17 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ class ProfileControllerTest {
profilesManager,
usernamesManager,
dynamicConfigurationManager,
(request, accountBadges) -> Set.of(), // TODO: Test with some badges.
(acceptableLanguages, accountBadges) -> Set.of(), // TODO: Test with some badges.
s3client,
postPolicyGenerator,
policySigner,