Skip to content

Commit

Permalink
HWKMETRICS-104: minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwringe committed May 27, 2015
1 parent ac6476e commit e3bca47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class StatusITest extends RESTTest {

assertEquals(200, response.status);

println("response: " + response.data);

def expectedData = ["MetricsService" : "STARTED"];

assertEquals(expectedData, response.data);
Expand Down

0 comments on commit e3bca47

Please sign in to comment.