Skip to content

Commit 7e9ed17

Browse files
committed
update recordings
1 parent a777210 commit 7e9ed17

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/test/resources/cassettes/v1/DashboardsApiTest.dashboardCreateErrorsTest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"secure" : true,
1515
"body" : {
1616
"type" : "JSON",
17-
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
17+
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
1818
}
1919
},
2020
"times" : {
@@ -58,7 +58,7 @@
5858
"secure" : true,
5959
"body" : {
6060
"type" : "JSON",
61-
"json" : "{\"is_read_only\":false,\"layout_type\":null,\"title\":null,\"widgets\":[]}"
61+
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
6262
}
6363
},
6464
"times" : {

0 commit comments

Comments
 (0)