Skip to content
Snippets Groups Projects
Commit 79216161 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent c1924b86
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ describe VariableEntity do
subject { entity.as_json }
 
it 'contains required fields' do
expect(subject).to include(:id, :key, :value, :protected, :environment_scope)
expect(subject).to include(:id, :key, :value, :protected, :environment_scope, :variable_type)
end
end
end
Loading
Loading
@@ -804,7 +804,7 @@ describe QuickActions::InterpretService do
let(:issuable) { issue }
end
 
it_behaves_like 'empty command' do
it_behaves_like 'empty command', "Failed to assign a user because no user was found." do
let(:content) { '/assign' }
let(:issuable) { issue }
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment