Fix an old copypasta: internal -> private
This commit is contained in:
parent
8dbea58249
commit
a41ee7eb5e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ describe Gitlab::GitAccess, lib: true do
|
|||
end
|
||||
|
||||
context 'from private project' do
|
||||
let(:project) { create(:project, :internal) }
|
||||
let(:project) { create(:project, :private) }
|
||||
|
||||
it { expect(subject).not_to be_allowed }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue