Aravinth Manivannan
d4014ba274
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
9 lines
348 B
Gherkin
9 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
|