Commit 3e701bac authored by James Lopez's avatar James Lopez

fix specs

parent 6652f28f
class CreateWebIdeMetrics < ActiveRecord::Migration
DOWNTIME = false
def change
create_table :web_ide_metrics do |t|
t.string :project, null: false, limit: 64
......
......@@ -248,7 +248,7 @@ describe API::Commits do
it 'does not call the metrics using access token authentication' do
stub_licensed_features(ide: true)
post api(url, user), valid_c_paramss
post api(url, user), valid_c_params
expect_any_instance_of(::Gitlab::Metrics::MultiFileEditor).not_to receive(:record)
end
......
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