about summary refs log tree commit diff
path: root/spec/services/activitypub
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
commit47ea9b2d677b380e09d79958ae1c988f031cdf75 (patch)
treedeb1c1549b7ad575074e5913aaad55d8a85d2ddf /spec/services/activitypub
parent70b7ac9ff32a713e71a7ba6408a379b601c6839f (diff)
parent13b08610a08faf2909f7c871be62da955d9293d3 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'spec/services/activitypub')
-rw-r--r--spec/services/activitypub/process_account_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/activitypub/process_account_service_spec.rb b/spec/services/activitypub/process_account_service_spec.rb
index 56e7f8321..1b1d878a7 100644
--- a/spec/services/activitypub/process_account_service_spec.rb
+++ b/spec/services/activitypub/process_account_service_spec.rb
@@ -12,6 +12,7 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
         attachment: [
           { type: 'PropertyValue', name: 'Pronouns', value: 'They/them' },
           { type: 'PropertyValue', name: 'Occupation', value: 'Unit test' },
+          { type: 'PropertyValue', name: 'non-string', value: ['foo', 'bar'] },
         ],
       }.with_indifferent_access
     end