]> source.dussan.org Git - sonarqube.git/commitdiff
[NOJIRA] Fix build on master
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>
Wed, 12 Oct 2022 15:02:19 +0000 (17:02 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 12 Oct 2022 20:03:45 +0000 (20:03 +0000)
server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java

index 3bc395f22c0bdd55f77a8e4c936895837da293bd..0a99424b2ce88c332b0f61f31d4a4bd797638878 100644 (file)
@@ -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);