ap-test/features/object.feature
Aravinth Manivannan d4014ba274
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: rm example code
2023-10-01 20:19:11 +05:30

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