Commit 58676d28 authored by Tristan Cavelier's avatar Tristan Cavelier

query storage test keys are not needed anymore

parent 17fe5d75
...@@ -633,7 +633,6 @@ ...@@ -633,7 +633,6 @@
"title": "two" "title": "two"
}, },
"id": "b", "id": "b",
"key": "b",
"value": {} "value": {}
}, },
{ {
...@@ -643,7 +642,6 @@ ...@@ -643,7 +642,6 @@
"title": "two" "title": "two"
}, },
"id": "d", "id": "d",
"key": "d",
"value": {} "value": {}
} }
], ],
...@@ -670,12 +668,10 @@ ...@@ -670,12 +668,10 @@
"rows": [ "rows": [
{ {
"id": "a", "id": "a",
"key": "a",
"value": {} "value": {}
}, },
{ {
"id": "c", "id": "c",
"key": "c",
"value": {} "value": {}
} }
], ],
...@@ -716,7 +712,6 @@ ...@@ -716,7 +712,6 @@
"title": "one" "title": "one"
}, },
"id": "a", "id": "a",
"key": "a",
"value": {} "value": {}
}, },
{ {
...@@ -726,7 +721,6 @@ ...@@ -726,7 +721,6 @@
"title": "one" "title": "one"
}, },
"id": "c", "id": "c",
"key": "c",
"value": {} "value": {}
} }
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment