summaryrefslogtreecommitdiff
path: root/spec/requests/api/avatar_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/api/avatar_spec.rb')
-rw-r--r--spec/requests/api/avatar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/avatar_spec.rb b/spec/requests/api/avatar_spec.rb
index 17e66725dc9..9bc49bd5982 100644
--- a/spec/requests/api/avatar_spec.rb
+++ b/spec/requests/api/avatar_spec.rb
@@ -65,7 +65,7 @@ describe API::Avatar do
expect(GravatarService).to receive(:new).and_return(gravatar_service)
expect(gravatar_service).to(
receive(:execute)
- .with('private@example.com', nil, 2, { username: nil })
+ .with('private@example.com', nil, 2, { username: nil })
.and_return('https://gravatar'))
end