Skip to content

Commit 160688f

Browse files
committed
Trying to fix test that started failing #3368
1 parent a3c4146 commit 160688f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"request": {
3+
"urlPattern": "/ws/objects/.+",
4+
5+
"method": "GET"
6+
},
7+
"response" : {
8+
"status": 200,
9+
"headers": {
10+
"content-Type": "application/json"
11+
},
12+
"body": "[]"
13+
14+
}
15+
}

0 commit comments

Comments
 (0)