Skip to content

Commit

Permalink
Fix broken ptranslator integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Apr 22, 2015
1 parent 810813c commit b55e09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class CollectdITest extends ExecutableITestBase {
@Before
public void setUp() throws Exception {
tenant = getRandomTenantId();
findGuageMetricsUrl = "http://" + BASE_URI + "/" + tenant + "/metrics?type=gauge";
findGuageMetricsUrl = "http://" + BASE_URI + "/" + tenant + "?type=gauge";
assumeCollectdIsPresent();
configureCollectd();
assertCollectdConfIsValid();
Expand Down

0 comments on commit b55e09a

Please sign in to comment.