Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-02-14 15:22:51 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-02-23 04:38:58 +0300
commitd03dee26b9d15440ba3d52d319b11474176143c4 (patch)
tree5e4359ed56bdd13da6b00d56ed55930626f1d2d8 /spec/support
parent48d31abc97528a36614b545f0b61fa14053ce4a8 (diff)
Refactor params for notes_actions
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/helpers/test_env.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb
index f485eb7b0eb..06bcf4f8013 100644
--- a/spec/support/helpers/test_env.rb
+++ b/spec/support/helpers/test_env.rb
@@ -63,7 +63,8 @@ module TestEnv
'after-create-delete-modify-move' => 'ba3faa7',
'with-codeowners' => '219560e',
'submodule_inside_folder' => 'b491b92',
- 'png-lfs' => 'fe42f41'
+ 'png-lfs' => 'fe42f41',
+ 'sha-starting-with-large-number' => '8426165'
}.freeze
# gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily