10 lines
348 B
Gherkin
10 lines
348 B
Gherkin
|
Feature: ActivityPub Object
|
||
|
ActivityPub Object as defined in https://www.w3.org/TR/activitypub/#obj-id
|
||
|
|
||
|
Scenario:
|
||
|
Given A Fediverse server
|
||
|
When Receiving or querying an object
|
||
|
Then the response must contain an 'id' and a 'type' parameter
|
||
|
And The 'id' must resolve to the same object
|
||
|
And context must be ActivityPub
|