Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix the itest (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 14, 2015
1 parent df2dde1 commit 6c37693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class InventoryITest extends AbstractTestBase {
@Test
void testMetricsLinked() {
assertEntitiesExist("$environmentId/resources/$host1ResourceId/metrics",
[ responseTimeMetricId, responseStatusCodeMetricId ])
["/e;test/m;" + responseTimeMetricId, "/e;test/m;" + responseStatusCodeMetricId])
}

@Test
Expand Down

0 comments on commit 6c37693

Please sign in to comment.