Skip to content

Commit

Permalink
Fixes error to comparer things
Browse files Browse the repository at this point in the history
  • Loading branch information
lillo42 committed Feb 16, 2020
1 parent be5fb1e commit 675c499
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions test/Mozilla.IoT.WebThing.AcceptanceTest/Http/Thing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ public async Task GetAll()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/lamp/actions/longRun""
Expand Down Expand Up @@ -283,10 +279,6 @@ public async Task GetAll()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/action/actions/longRun""
Expand Down Expand Up @@ -512,10 +504,6 @@ public async Task GetAllWhenUseThingAdapter()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/lamp/actions/longRun""
Expand Down Expand Up @@ -693,10 +681,6 @@ public async Task GetAllWhenUseThingAdapter()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/action/actions/longRun""
Expand Down Expand Up @@ -879,10 +863,6 @@ public async Task GetWhenUseThingAdapter()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/lamp/actions/longRun""
Expand Down Expand Up @@ -1015,10 +995,6 @@ public async Task GetWhenUseThingAdapter()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/action/actions/longRun""
Expand Down Expand Up @@ -1214,10 +1190,6 @@ public async Task GetWhenUseThingAdapter()
]
},
""longRun"": {
""input"": {
""type"": ""object"",
""properties"": {}
},
""links"": [
{
""href"": ""/things/lamp/actions/longRun""
Expand Down

0 comments on commit 675c499

Please sign in to comment.