Skip to content

Commit 64896aa

Browse files
committed
is True
1 parent ab5687b commit 64896aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_flagsmith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_get_environment_flags_uses_local_environment_when_available(
9090
assert len(responses.calls) == 0
9191
assert len(all_flags) == 1
9292
assert all_flags[0].feature_name == "some_feature"
93-
assert all_flags[0].enabled
93+
assert all_flags[0].enabled is True
9494
assert all_flags[0].value == "some-value"
9595

9696

0 commit comments

Comments
 (0)