Append '.test' to hostname in stub data (#7260)
This commit is contained in:
parent
f58dcbc981
commit
eb593a5a0c
11 changed files with 76 additions and 76 deletions
|
@ -6,9 +6,9 @@ RSpec.describe ActivityPub::ProcessAccountService do
|
|||
context 'property values' do
|
||||
let(:payload) do
|
||||
{
|
||||
id: 'https://foo',
|
||||
id: 'https://foo.test',
|
||||
type: 'Actor',
|
||||
inbox: 'https://foo/inbox',
|
||||
inbox: 'https://foo.test/inbox',
|
||||
attachment: [
|
||||
{ type: 'PropertyValue', name: 'Pronouns', value: 'They/them' },
|
||||
{ type: 'PropertyValue', name: 'Occupation', value: 'Unit test' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue