Skip to content

Commit 48233ea

Browse files
committed
Correct the assertion
1 parent dcfc4c3 commit 48233ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/decision_service_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775

776776
decision_result = decision_service.get_variation_for_feature(config, feature_flag, user_context)
777777
expect(decision_result.decision).to eq(expected_decision)
778-
expect(decision_result.reasons).to eq(["The user 'user_1' is bucketed into a rollout for feature flag 'string_single_variable_feature'."])
778+
expect(decision_result.reasons).to eq([])
779779
end
780780
end
781781

0 commit comments

Comments
 (0)