about summary refs log tree commit diff
path: root/spec/services/activitypub/process_account_service_spec.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-18 16:54:30 -0500
committerGitHub <noreply@github.com>2023-02-19 06:54:30 +0900
commit08289a38fa787694cb1c94292bd60b119a906315 (patch)
tree1eafb8d320e5407e0d12a90a43a9091061ec769c /spec/services/activitypub/process_account_service_spec.rb
parent5069769cbe7295268e8b87ce34fa0a753bfbb233 (diff)
Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
Diffstat (limited to 'spec/services/activitypub/process_account_service_spec.rb')
-rw-r--r--spec/services/activitypub/process_account_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/activitypub/process_account_service_spec.rb b/spec/services/activitypub/process_account_service_spec.rb
index 8e6ed178e..d0af7de76 100644
--- a/spec/services/activitypub/process_account_service_spec.rb
+++ b/spec/services/activitypub/process_account_service_spec.rb
@@ -173,7 +173,7 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
               type: 'Mention',
               href: "https://foo.test/users/#{i + 1}",
               name: "@user#{i + 1}",
-            }
+            },
           ],
           to: ['as:Public', "https://foo.test/users/#{i + 1}"],
         }.with_indifferent_access