aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>2022-10-12 17:02:19 +0200
committersonartech <sonartech@sonarsource.com>2022-10-12 20:03:45 +0000
commit53ac6897483485e2a5811c79e9104f50940b6822 (patch)
tree6e65949ca0ac061130f0d734c0476a8f2a5080b7
parentd3bddceb9828e3833ab599e5ae4ddde8ccf5b958 (diff)
downloadsonarqube-53ac6897483485e2a5811c79e9104f50940b6822.tar.gz
sonarqube-53ac6897483485e2a5811c79e9104f50940b6822.zip
[NOJIRA] Fix build on master
-rw-r--r--server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java b/server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java
index 3bc395f22c0..0a99424b2ce 100644
--- a/server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java
+++ b/server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java
@@ -115,7 +115,7 @@ public class QualityProfileChangeEventServiceImplTest {
underTest.distributeRuleChangeEvent(List.of(defaultQualityProfile), of(activeRuleChange), language);
- Deque<PushEventDto> events = getProjectEvents(project.projectUuid());
+ Deque<PushEventDto> events = getProjectEvents(project.branchUuid());
assertThat(events)
.hasSize(1);