Skip to content

Commit 474d01d

Browse files
committed
Fix typo
1 parent 04e3a7e commit 474d01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/event_builder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
impression_event = @event_builder.create_impression_event(config, experiment, '111128', 'test_user',
216216
'browser_type' => false)
217217
expect(impression_event.params).to eq(@expected_impression_params)
218-
expect(impression_event.url).to eq(@expected_endpoins[:US])
218+
expect(impression_event.url).to eq(@expected_endpoints[:US])
219219
expect(impression_event.http_verb).to eq(:post)
220220
end
221221

0 commit comments

Comments
 (0)