Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Oct 28, 2024
1 parent 52ca5cf commit 50c85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/main/views/test_service_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_should_show_overview_inc_sms_daily_limit(
app_,
):
# TODO FF_ANNUAL_LIMIT removal
if not app_.config["FF_ANNUAL_LIMIT"]:
if not app_.config["FF_ANNUAL_LIMIT"] and user["platform_admin"]:
expected_rows.remove("Annual email limit 10,000,000 Change")
expected_rows.remove("Annual text message limit 25,000 Change")
service_one = service_json(
Expand Down

0 comments on commit 50c85a4

Please sign in to comment.