Commit bb220126 authored by James Lopez's avatar James Lopez

fix spec failures

parent 6a2b976c
......@@ -55,8 +55,8 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do
expect(created_object.project_id).to eq(project.id)
end
it 'has a token' do
expect(created_object.token).to eq(token)
it 'has a nil token' do
expect(created_object.token).to eq(nil)
end
context 'original service exists' do
......
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