Merge branch 'ce-port-ee-10565' into 'master'

Single codebase: Remove an extra whitespace in test files

See merge request gitlab-org/gitlab-ce!30710
This commit is contained in:
Grzegorz Bizon 2019-07-14 09:01:28 +00:00
commit 5f6c98e0c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FactoryBot.define do
factory :ci_bridge, class: Ci::Bridge do
name ' bridge'
name 'bridge'
stage 'test'
stage_idx 0
ref 'master'