Skip to content

Commit

Permalink
Merge pull request #10811 from owncloud/test/check-createdDateTime-in…
Browse files Browse the repository at this point in the history
…-response

[tests-only][full-ci] test: check if share creation date is not missing in share invite response
  • Loading branch information
saw-jan authored Jan 6, 2025
2 parents 0c9a5b4 + 6c5c05a commit b13a3a3
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 b13a3a3

Please sign in to comment.