ahgittin commented on a change in pull request #1175:
URL: https://github.com/apache/brooklyn-server/pull/1175#discussion_r640848905



##########
File path: 
rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/EntityResourceTest.java
##########
@@ -114,11 +114,11 @@ protected void testGetSpec(String acceptMimeType) throws 
Exception {
         // Retrieve the yaml spec, and confirm it is as expected (not wrapped 
in quotes, and treating \n sensibly)
         Response response;
         if (acceptMimeType != null) {
-            response = client().path("/applications/" + appName + "/entities/" 
+ appName + "/spec")
+            response = client().path("/applications/" + appName + "/entities/" 
+ appName + "/speclist")

Review comment:
       this is used in tests which expect the response from `/spec`; that's the 
test failures.  easy to fix of course!  i'll do that.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to