Commit 5c9d7ca2 authored by Alina Mihaila's avatar Alina Mihaila Committed by alinamihaila

Apply 1 suggestion(s) to 1 file(s)

parent ce61a775
......@@ -11,7 +11,7 @@ RSpec.describe API::UsageData do
let(:unknown_event) { 'unknown' }
context 'usage_data_api feature not enabled' do
it 'retruns not_found' do
it 'returns not_found' do
stub_feature_flags(usage_data_api: false)
post api(endpoint, user), params: { values: [user.id] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment