You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-content-rest/src/test/java/it/internal/org/springframework/content/rest/controllers/ContentPropertyRestEndpointsIT.java
+19
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,25 @@ public class ContentPropertyRestEndpointsIT {
130
130
}
131
131
});
132
132
});
133
+
Context("a PUT to /{store}/{id} with json content", () -> {
134
+
It("should set the content and return 201", () -> {
135
+
Stringcontent = "{\"content\":\"Hello New Spring Content World!\"}";
0 commit comments