Skip to content

Commit 5c11145

Browse files
committed
Fix error
1 parent b13a278 commit 5c11145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cmab_client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
experimentId: rule_id,
3636
attributes: [
3737
{id: 'attr1', value: 'value1', type: 'custom_attribute'},
38-
{id: 'attr2', value: 'value2', type: 'custom_attribute'},
38+
{id: 'attr2', value: 'value2', type: 'custom_attribute'}
3939
],
4040
cmabUUID: cmab_uuid
4141
}]

0 commit comments

Comments
 (0)