Skip to content

Commit eff19a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ef42a70 commit eff19a4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_flagsmith.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,7 @@ def test_track_exposure_event_delegates_to_event_processor(
10441044
def test_get_experiment_flag_raises_without_events_enabled(api_key: str) -> None:
10451045
flagsmith = Flagsmith(environment_key=api_key)
10461046
with pytest.raises(ValueError, match="Events must be enabled"):
1047-
flagsmith.get_experiment_flag(
1048-
feature_name="some_feature", identifier="user1"
1049-
)
1047+
flagsmith.get_experiment_flag(feature_name="some_feature", identifier="user1")
10501048

10511049

10521050
@responses.activate()

0 commit comments

Comments
 (0)