Skip to content

Commit cf8d70a

Browse files
Update spec/client_spec.rb
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d74fb6d commit cf8d70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def loop_times(times)
937937
}
938938
flags = [{ type: 'custom_check_text', value: 'test_flag' }]
939939

940-
response = @moderation.add_custom_flags(entity_type, entity_id,moderation_payload, flags, entity_creator_id: testuserid1)
940+
response = @moderation.add_custom_flags(entity_type, entity_id, moderation_payload, flags, entity_creator_id: testuserid1)
941941
expect(response['duration']).not_to be_nil
942942
response = @moderation.add_custom_message_flags(
943943
testmsgid1,

0 commit comments

Comments
 (0)