We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is True
1 parent ab5687b commit 64896aaCopy full SHA for 64896aa
tests/test_flagsmith.py
@@ -90,7 +90,7 @@ def test_get_environment_flags_uses_local_environment_when_available(
90
assert len(responses.calls) == 0
91
assert len(all_flags) == 1
92
assert all_flags[0].feature_name == "some_feature"
93
- assert all_flags[0].enabled
+ assert all_flags[0].enabled is True
94
assert all_flags[0].value == "some-value"
95
96
0 commit comments