Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-08-11 16:41:59 +02:00
6 changed files with 11 additions and 6 deletions

View File

@@ -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