aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-08-22 17:42:14 +0200
committerTeryk Bellahsene <teryk@users.noreply.github.com>2017-08-30 16:24:53 +0200
commit4cc72a7766f82af20c6157047156859d06424b02 (patch)
treef0c2f778a552b005c90e4056421ed2dbe85d567b /tests
parent5c2b4dc4c2467df7885b05f497b7f006c5a23ded (diff)
downloadsonarqube-4cc72a7766f82af20c6157047156859d06424b02.tar.gz
sonarqube-4cc72a7766f82af20c6157047156859d06424b02.zip
SONAR-9721 Telemetry properties defined in a specific PropertyDefinition class
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryTest.java b/tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryTest.java
index e65fb865180..0521010d90a 100644
--- a/tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryTest.java
+++ b/tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryTest.java
@@ -57,7 +57,7 @@ public class TelemetryTest {
orchestrator = Orchestrator.builderEnv()
.addPlugin(xooPlugin())
.setServerProperty("sonar.telemetry.url", url)
- .setServerProperty("sonar.telemetry.frequency", "1")
+ .setServerProperty("sonar.telemetry.frequencyInSeconds", "1")
.setServerProperty("sonar.core.id", serverId)
.build();
orchestrator.start();
@@ -78,7 +78,7 @@ public class TelemetryTest {
.addPlugin(xooPlugin())
.setServerProperty("sonar.telemetry.enable", "false")
.setServerProperty("sonar.telemetry.url", url)
- .setServerProperty("sonar.telemetry.frequency", "1")
+ .setServerProperty("sonar.telemetry.frequencyInSeconds", "1")
.setServerProperty("sonar.core.id", serverId)
.build();
orchestrator.start();