updated spec
This commit is contained in:
parent
d6edecdeec
commit
527428a78e
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do
|
|||
end
|
||||
end
|
||||
|
||||
context 'existing builds' do
|
||||
it 'do not throw errors' do
|
||||
context 'when there is an existing build with build token' do
|
||||
it 'restores project json correctly' do
|
||||
create(:ci_build, token: 'abcd')
|
||||
|
||||
expect(restored_project_json).to be true
|
||||
|
|
Loading…
Reference in a new issue