iuliana commented on a change in pull request #1175:
URL: https://github.com/apache/brooklyn-server/pull/1175#discussion_r640865299
##########
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:
@ahgittin I might have alread done that and not pushed. I reemember
running the build and noticed the test failure too. I did that temporary
modification to check that my API was called.
--
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]