Skip to content

Commit

Permalink
[HWKMETRICS-185] Update integration tests after changing the jackson …
Browse files Browse the repository at this point in the history
…mapper to be more restrictive on the null & empty fields output.
  • Loading branch information
Stefan Negrea committed Aug 11, 2015
1 parent 498e645 commit 6b12cf8
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ class InfluxITest extends RESTTest {
[
[
name : "list_series_result",
columns: ["time", "name"],
points : []
columns: ["time", "name"]
]
],
response.data
Expand Down Expand Up @@ -249,8 +248,7 @@ class InfluxITest extends RESTTest {
[
[
columns: ["time", "mean"],
name : timeseriesName,
points: []
name : timeseriesName
]
],
response.data
Expand Down

0 comments on commit 6b12cf8

Please sign in to comment.