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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-10 12:07:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-10 12:07:14 +0300
commit4a6c33b8a49bea08205a77d53d4425b9c23845b4 (patch)
treef69fdf066c77b8ab4b4e4ca28eb6351d5a786a42 /spec/serializers
parent982bafbdc5dcfdddc90c80817802a05285b5e175 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/lfs_file_lock_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/lfs_file_lock_entity_spec.rb b/spec/serializers/lfs_file_lock_entity_spec.rb
index 5869941c920..d0ff6fb60af 100644
--- a/spec/serializers/lfs_file_lock_entity_spec.rb
+++ b/spec/serializers/lfs_file_lock_entity_spec.rb
@@ -16,6 +16,6 @@ RSpec.describe LfsFileLockEntity do
it 'exposes the owner info' do
expect(subject).to include(:owner)
- expect(subject[:owner][:name]).to eq(user.name)
+ expect(subject[:owner][:name]).to eq(user.username)
end
end