Skip to content

Commit

Permalink
test: check if share creation date is not missing in share invite res…
Browse files Browse the repository at this point in the history
…ponse
  • Loading branch information
anon-pradip committed Jan 6, 2025
1 parent 24798a8 commit 6c5c05a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@issue-10739
Feature: Send a sharing invitations
As the owner of a resource
I want to be able to send invitations to other users
Expand Down Expand Up @@ -38,6 +39,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2"
Expand Down Expand Up @@ -128,6 +130,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2"
Expand Down Expand Up @@ -209,6 +212,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"@libre.graph.permissions.actions",
"grantedToV2"
Expand Down Expand Up @@ -297,6 +301,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"@libre.graph.permissions.actions",
"grantedToV2"
Expand Down Expand Up @@ -394,6 +399,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"@libre.graph.permissions.actions",
"grantedToV2"
Expand Down Expand Up @@ -488,6 +494,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"@libre.graph.permissions.actions",
"grantedToV2"
Expand Down Expand Up @@ -581,6 +588,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2",
Expand Down Expand Up @@ -677,6 +685,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2",
Expand Down Expand Up @@ -767,6 +776,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2"
Expand Down Expand Up @@ -2004,6 +2014,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"grantedToV2",
"roles"
],
Expand Down Expand Up @@ -2092,6 +2103,7 @@ Feature: Send a sharing invitations
"items": {
"type": "object",
"required": [
"createdDateTime",
"id",
"roles",
"grantedToV2"
Expand Down

0 comments on commit 6c5c05a

Please sign in to comment.