Skip to content

Commit

Permalink
Add missing 'Teams.' in kind (#5247)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDahlvang authored Feb 19, 2021
1 parent 5e998cd commit efc63f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"$policies": {
"requiresKind": [
"SendMEAttachmentsResponse"
"Teams.SendMEAttachmentsResponse"
],
"nonInteractive": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"$policies": {
"requiresKind": [
"SendMEActionResponse"
"Teams.SendMEActionResponse"
],
"nonInteractive": true
}
Expand Down
4 changes: 2 additions & 2 deletions tests/tests.schema
Original file line number Diff line number Diff line change
Expand Up @@ -11740,7 +11740,7 @@
],
"$policies": {
"requiresKind": [
"SendMEAttachmentsResponse"
"Teams.SendMEAttachmentsResponse"
],
"nonInteractive": true
},
Expand Down Expand Up @@ -11810,7 +11810,7 @@
],
"$policies": {
"requiresKind": [
"SendMEActionResponse"
"Teams.SendMEActionResponse"
],
"nonInteractive": true
},
Expand Down

0 comments on commit efc63f9

Please sign in to comment.