Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elland committed Sep 24, 2024
1 parent 8ec1fbc commit 85cb8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/brig/test/integration/API/User/Account.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ testRestrictedUserCreation opts brig = do
-- We create a team before to help in other tests
(teamOwner, createdTeam) <- createUserWithTeam brig

let opts' = opts {Opt.settings = opts.settings {Opt.restrictUserCreation = Just True}}
let opts' = opts {Opt.settings = opts.settings {Opt.restrictUserCreation = Just True}}
withSettingsOverrides opts' $ do
e <- randomEmail

Expand Down

0 comments on commit 85cb8d0

Please sign in to comment.