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

Commit

Permalink
Fixing one itest (kudos to lkrejci)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Jul 16, 2015
1 parent eb97dfe commit 7fe34f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ class InventoryITest extends AbstractTestBase {
@Test
void testMetricsLinked() {
assertEntitiesExist("$environmentId/resources/$host1ResourceId/metrics",
["/e;test/m;" + responseTimeMetricId, "/e;test/m;" + responseStatusCodeMetricId])
["/e;" + environmentId + "/m;" + responseTimeMetricId, "/e;" + environmentId + "/m;" +
responseStatusCodeMetricId])
}

@Test
Expand Down

0 comments on commit 7fe34f2

Please sign in to comment.