Autofix Rubocop Lint/SymbolConversion (#23683)
This commit is contained in:
@ -82,9 +82,9 @@ RSpec.describe ActivityPub::Activity::Announce do
|
||||
content: 'Lorem ipsum',
|
||||
attributedTo: 'https://example.com/actor',
|
||||
to: {
|
||||
'type': 'OrderedCollection',
|
||||
'id': 'http://example.com/followers',
|
||||
'first': 'http://example.com/followers?page=true',
|
||||
type: 'OrderedCollection',
|
||||
id: 'http://example.com/followers',
|
||||
first: 'http://example.com/followers?page=true',
|
||||
}
|
||||
}
|
||||
end
|
||||
|
@ -252,9 +252,9 @@ RSpec.describe ActivityPub::Activity::Create do
|
||||
type: 'Note',
|
||||
content: 'Lorem ipsum',
|
||||
to: {
|
||||
'type': 'OrderedCollection',
|
||||
'id': 'http://example.com/followers',
|
||||
'first': 'http://example.com/followers?page=true',
|
||||
type: 'OrderedCollection',
|
||||
id: 'http://example.com/followers',
|
||||
first: 'http://example.com/followers?page=true',
|
||||
}
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user