Skip to content

Commit

Permalink
Update the test too, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 13, 2024
1 parent b9d30d2 commit 2351931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/greencheck/tests/views/test_api_carbon_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_carbon_txt_preview_behind_flag(
"""
Check that our preview is now behind a flag
"""
with override_flag("carbon-txt-preview", active=active):
with override_flag("carbon_txt_preview", active=active):
url_path = reverse("greenweb_admin:carbon_txt_preview")
response = client.get(url_path, follow=True)
assert response.status_code == status_code
Expand Down

0 comments on commit 2351931

Please sign in to comment.