summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index 91f75bae805..05c546a2f18 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -143,8 +143,7 @@ describe 'Pipelines', :feature, :js do
create(:generic_commit_status,
status: 'running',
pipeline: pipeline,
- stage: 'test'
- )
+ stage: 'test')
end
before { visit_project_pipelines }