diff options
author | Paul Okstad <pokstad@gitlab.com> | 2019-06-27 13:35:13 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-06-27 13:35:13 +0000 |
commit | 7e2188a18e63251fd3038ef803a6dfc37e867fe5 (patch) | |
tree | f6133d124ca0d6e53bbc3840094ae10e6215edb3 /spec/support | |
parent | d6588577fb69f67b55e61e522c2b4802ec4bf41c (diff) | |
download | gitlab-ce-7e2188a18e63251fd3038ef803a6dfc37e867fe5.tar.gz |
Change GetRawChanges RPC to use bytes
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/helpers/test_env.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb index 77f22d9dd24..e63099d89b7 100644 --- a/spec/support/helpers/test_env.rb +++ b/spec/support/helpers/test_env.rb @@ -64,7 +64,8 @@ module TestEnv 'with-codeowners' => '219560e', 'submodule_inside_folder' => 'b491b92', 'png-lfs' => 'fe42f41', - 'sha-starting-with-large-number' => '8426165' + 'sha-starting-with-large-number' => '8426165', + 'invalid-utf8-diff-paths' => '99e4853' }.freeze # gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily |